GridSpace/grid-apps

[FR] SVG engraving

Opened this issue · 1 comments

I would really love it if I could load a SVG file and have it treated as just a path.

TBH I am not sure how well this fits into the kiro moto way.
I guess it would need to create the stock on import and subtract the svg paths?

I have attached an input file plate.svg that I converted directly to gcode plate.gcode (using svg2gcode) as an example.
Here is how an image from CAMotics how I would expect the result to look like.

Image

plate.zip

future svg import will allow conversion to a trace path in cnc mode ... @bakedPotatoLord if you want to take a stab we just need to figure out how to either a) anchor the svg to some point or b) project it top-down onto the part (like the pocket contour code)