This is a project to turn an SVG into gCode that a 3d Printer can draw out
The GUI allows you to import a SVG, rotate, scale, and translate it. Then export it as a gcode file
First download a copy of the repo
- If on windows you can run the exe in {path-to-repo}/build/main
- To build from source you must have python installed on your sytem
- Navigate to the folder containing the repo in a terminal
- run
pip install -r requirements.txt
to download the dependancies - run
python source/main.py
to run the project
- If you wnat to view your Gcode I've found https://ncviewer.com/ to be a great website for that
- Please create an issue if there is a SVG that does not parse correctly so I can fix any bugs
- I plan on adding support for other formats like PNG and JPEG in the future