Convert vector images (SVG) to gcode for usage with a laser plotter.
Go to file
Hendrik Schutter f459e7abcc comandline parser 2022-06-13 22:48:51 +02:00
test_data comandline parser 2022-06-13 22:48:51 +02:00
.gitignore Initial commit 2022-06-13 08:17:43 +02:00
LICENSE Initial commit 2022-06-13 08:17:43 +02:00
README.md inital default 2022-06-13 12:45:47 +02:00
__init__.py inital default 2022-06-13 12:45:47 +02:00
bezmisc.py inital default 2022-06-13 12:45:47 +02:00
config.py print gcode in file 2022-06-13 15:19:01 +02:00
convert.py inital default 2022-06-13 12:45:47 +02:00
cspsubdiv.py inital default 2022-06-13 12:45:47 +02:00
cubicsuperpath.py inital default 2022-06-13 12:45:47 +02:00
ffgeom.py inital default 2022-06-13 12:45:47 +02:00
shapes.py inital default 2022-06-13 12:45:47 +02:00
simplepath.py inital default 2022-06-13 12:45:47 +02:00
simpletransform.py inital default 2022-06-13 12:45:47 +02:00
svg2gcode.code-workspace inital default 2022-06-13 12:45:47 +02:00
svg2gcode.py comandline parser 2022-06-13 22:48:51 +02:00

README.md

svg2gcode

Convert vector images (SVG) to gcode for usage with a laser plotter.

Based on the vector to gcode implementation from Vishal Patil

Requirements

pip install inkex

Usage

clear && cat test_data/10mmx10mm.svg | python3 svg2gcode.py > test_data/test.gcode