Haskell-Things / ImplicitCAD

A math-inspired CAD program in haskell. CSG, bevels, and shells; 2D & 3D geometry; 2D gcode generation...
https://implicitcad.org/
GNU Affero General Public License v3.0
1.32k stars 140 forks source link

Fixing export issues where unsupported primitives were being generated. #479

Closed lepsa closed 7 months ago

lepsa commented 7 months ago

Fix for issue https://github.com/Haskell-Things/ImplicitCAD/issues/475

Updating the tests that rely on escad export to not use these primitives. Updating the export functions to throw an error, and moving primitives around to split them out from the supported primitives.

sorki commented 7 months ago

Thank you!