svg2gcode icon indicating copy to clipboard operation
svg2gcode copied to clipboard

Feature request: multiple passes

Open wakass opened this issue 3 years ago • 1 comments

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.

wakass avatar Dec 02 '22 19:12 wakass

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

wakass avatar Dec 04 '22 22:12 wakass