SvgToGcode
SvgToGcode copied to clipboard
I'm using git master of svgtogcode and j-tech with a laser driven by grbl. I've activated Dwell Time. This adds G4 P statements into my gcode These statements are however...
Address #10
GCODE is a modal language and requires only changes of coordinates, speed, power or laser mode to be emitted, this update reflects that. Quality of Gcode is much improved and...
I'm not seeing it, but given the first letter of SVG, can the output be scaled? I assume that would happen in the interpreter. Or would that be in the...
# PROBLEM When using SVG to GCODE the generated GCODE assumes that ending on the exact position as the cut started on will finish the cut perfectly. However, when using...
Hi, Great convertor it's so close to perfect for what I need. Wondering if there is a setting that I can choose to rather than outline a shape in SVG...
While running the tests for #12 (Yay test code!) the new `viewBox` support was producing slightly different gcode for the `hiking.svg` test file. Digging into it a bit I found...
(feature request) At present the `viewBox` attribute of the `svg` elements is ignored, which can result in things ending up the wrong size.
From svg:  I got:  It's perfect, make absolutly sens, love it! But would be nice to have option to get a flatten lines when curse are closed and...
(feature request) The `rotate` transform in SVG can take a centre point as well as the angle of rotation. It would be good to add support for that.