List: discuss@lists.openscad.org
From: Parkinbot
Re: [OpenSCAD] DXF for cut and engrave
Sat, Oct 26, 2019 8:53 AM
It might be quite easy to implement. Look at the
following code
square([100, 0]);
square([0, 100]);
it passes F5 and F6 without any warning or error. But when trying to export
it you get an
UI-ERROR: Current top level object is empty.
So, does it make sense in terms of 2D export to enforce something like a 2D
manifoldness?