svg2gcode
svg2gcode copied to clipboard
Feature request: multiple passes
Would be great to be able to specify multiple passes per path, or object. This would be handy for laser-cutting, where multiple passes are common.
I've taken a stab at it here. Works well so far. Not sure modifying the XmlVisitor trait is the way to go, or modifying the visit_enter of the ConversionVisitor would be the better approach. I'm open for suggestions or proper implementations. :)
Regards