Haskell-Things / HSlice

HSlice - A Haskell based slicer for 3D printing.
https://implicitcad.org/
GNU Affero General Public License v3.0
76 stars 5 forks source link

Layer Heights #7

Closed julialongtin closed 4 years ago

julialongtin commented 4 years ago

each layer is output as if it is from the bottom of the layer, not the top. for instance, a layer at 0 gets extrusion, which is not physically possible.

julialongtin commented 4 years ago

fixed in bec2447