printrun-src/printrun/svg2gcode/README.md

changeset 16
36d478bde840
equal deleted inserted replaced
15:0bbb006204fc 16:36d478bde840
1 A fast svg to gcode compiler.
2
3 cat svgfile | python svg2gcode.py
4
5 The compiler is based on the eggbot project and it basically converts all of the SVG shapes into bezier curves. The bezier curves are then recursively sub divided until desired smoothness is achieved. The sub curves are then approximated as lines which are then converted into g-code.
6
7 Some of the characteristics of the compiler can be changed by editing the config.py
8
9 Inkscape Plugin
10 ---------------
11
12 To get the Inkscape plugin please checkout the __plasibot_laser__ branch.

mercurial