OpenSCAD exporter and 3MF file manipulator
- I wanted a way to export multiple models from a single OpenSCAD file and combine them into a single 3MF file.
- I wanted to be able to override settings to specific models, set things as supports etc.
- I wanted to easily add thumbnails to my 3mf files.
- I wanted to be able to generate PrusaSlicer compatible 3MF files that feature multiple objects.
- Create the geometry in OpenSCAD.
- Add the markup to an XML file.
- Export by running the Smart3MF python script (setting mode to either Cura or Prusa)
- Open up in either Cura or PrusaSlicer
- Very limited testing, and only on Windows.
- Currently heavily linked to OpenSCAD to 3MF.