svg2gcode icon indicating copy to clipboard operation
svg2gcode copied to clipboard

Add support for latest svgpathtools version and GRBL

Open dravac opened this issue 4 years ago • 0 comments

I remove the dependency of svgpathtools as git submodules. Now svgpathtools is imported as python library.

My CNC run GRBL with CNCjs, so I did some changes.

Change absolute to relative (remove G90.1 and replace by G91.1; Changes the absolute values of G2 and G3 to relative values).

G64 and G81 are not supported by GRBL:

All tests are ok and run with arduino, except those containing G81.

dravac avatar Sep 19 '21 18:09 dravac