svg2gcode/README.md

14 lines
318 B
Markdown

# svg2gcode
Convert vector images (SVG) to gcode for usage with a laser plotter.
Based on the vector to gcode implementation from [Vishal Patil](https://github.com/vishpat/svg2gcode)
# Requirements
`pip install inkex`
# Usage
`clear && cat test_data/10mmx10mm.svg | python3 svg2gcode.py > test_data/test.gcode`