export
The current OpenSCAD model can be export in different formats. The list of supported formats depends on the geometry, if the final design is a 3D or 2D model.
OpenSCAD can export
- 3D formats
- STL (ASCII only)
- OFF
- AMF [Note: Requires version 2015.03]
- 3MF [Note: Requires version 2019.05]
- 2D formats
- DXF
- SVG [Note: Requires version 2015.03]
- PNG(Image) [Note: Requires version 2019.05]
- Other
- CSG which is a simplified representation of the SCAD script