sameer / svg2gcode

Convert vector graphics to g-code for pen plotters, laser engravers, and other CNC machines
https://sameer.github.io/svg2gcode
MIT License
254 stars 49 forks source link

Multiple tools #47

Open kvdveer opened 9 months ago

kvdveer commented 9 months ago

Right now, there's only support for one tool.

It would be nice to allow multiple tools with separate settings for each of them:

Tools could be identified using stroke color, although we'd need CSS/style support to do that.