svg2gcode
svg2gcode copied to clipboard
A command-line tool for making G-code from SVG files.
Results
2
svg2gcode issues
Sort by
recently updated
recently updated
newest added
- Previous segment_to_gcode was splitting every curve in 1000, which may overstep the feed rate on some machines on small curves. This implementation starts by searching for a number of...
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...