Closed jmwright closed 11 months ago
SVG and STL exports of assemblies are possible if toCompound() is called on the assembly first. DXF is a different case, and CadQuery's current DXF export always segfaults when passed a compound, so I left that out of this PR.
toCompound()
SVG and STL exports of assemblies are possible if
toCompound()
is called on the assembly first. DXF is a different case, and CadQuery's current DXF export always segfaults when passed a compound, so I left that out of this PR.