svg2gcode icon indicating copy to clipboard operation
svg2gcode copied to clipboard

Convert vector graphics to g-code for pen plotters, laser engravers, and other CNC machines

Results 23 svg2gcode issues
Sort by recently updated
recently updated
newest added

The resulting gcode for this svg has dimensions that are 0.00something. I assume svg2gcode does not like the width/height/viewbox setting here? ``` ``` ``` G21 G90;svg > rect G0 X0.022393681679969593...

enhancement

Having an SVG where a shape in front of another is used as a clipping region for a shape behind it, the gcode will be generated for the entire shape...

Hi, Could you please provide a Default trait for Machine, that make the svg2program function "just work". I think that will help us focus on the SVG related `document` only...