Haskell-Things / HSlice

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

Centralize Sorting #150

Closed julialongtin closed 7 months ago

julialongtin commented 7 months ago

Sorting of the inputs of INodes was done haphazardly, in many places. This PR centralizes that functionality, and fixes small bugs until C5 has proper faces again.