max-mapper/voxel-2d-print

improve slicer

Open

#1 opened on Jun 27, 2014

View on GitHub
 (2 comments) (0 reactions) (0 assignees)JavaScript (5 forks)github user discovery
help wanted

Repository metrics

Stars
 (14 stars)
PR merge metrics
 (PR metrics pending)

Description

there are 2 issues I can think of, PRs that implement them would be awesome!

One is that there are corner cases:

corner-case

e.g. due to the constraints of euclidean space there can only be 1 'winner' for the corners. the 'color strips' at the top of https://maxogden.github.io/voxel-2d-print/?png=http://i.imgur.com/ccBkMVY.png are a hack to fix this, but if anyone has suggestions on other fixes lemme know

Second is that we need to render 'tabs', here's what i'm thinking they would look like:

tabs

(tabs on left, current unedited version on right)

There are lots more edge cases to implement this though, so again if anyone wants to take a stab it would be awesome!

Contributor guide