/FreeCAD-Scripts

A Collection of my FreeCAD-related scripts

Primary LanguagePythonMIT LicenseMIT

FreeCAD-Scripts

A Collection of my FreeCAD-related scripts

svg_template_fixer

A script that fixes a svg exported from inkscape to be functional as a FreeCAD TechDraw Template

To use it just run the script passing the broken template file as the first parameter and the fixed one as the second parameter

In Linux: ./svg_template_fixer/main.py <Broken Template Path> <Fixed Template Path>

In Windows: python3 svg_template_fixer/main.py <Broken Template Path> <Fixed Template Path>