we have a lasercutter that uses .svg files as input.
I would like to generate .svg files from my FreeCAD designs.
The laser beam width has to be considered, but I do not want to add it in my design.
I have created a script that is doing this task:
- Select several parts in the FreeCAD design
- Create 3D outline objects from all selected items
- Rotate them into the XY-plane
- Create views in a TechDraw page
- Arrange the views to fit in the page with minimal gaps
