printrun-src/printrun/svg2gcode/README.md

Fri, 24 Aug 2018 10:27:47 +0200

author
mdd
date
Fri, 24 Aug 2018 10:27:47 +0200
changeset 38
700241b53fe7
parent 16
36d478bde840
permissions
-rw-r--r--

disabled power management, since it prevents also going monitor to sleep

A fast svg to gcode compiler.

cat svgfile | python svg2gcode.py

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. 

Some of the characteristics of the compiler can be changed by editing the config.py

Inkscape Plugin
---------------

To get the Inkscape plugin please checkout the __plasibot_laser__ branch.

mercurial