Braayy / FreeCAD-Scripts

A Collection of my FreeCAD-related scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

A Collection of my FreeCAD-related scripts

License:MIT License


Languages

Language:Python 100.0%