mbastl / bastl-laser-tool

Inkscape extension to generate gcode laser cutter comptible with 3D printer firmwares
GNU General Public License v3.0
13 stars 6 forks source link

Feature proposal: Object to paths and flatten Beziers before converting #2

Open Aypac opened 6 years ago

Aypac commented 6 years ago

I love this extension and am considering to add two new (optional) features.

Whenever I want to convert a svg into gcode, I first need to run "Path->Object to path" and then "Extensions->Modify Path->Flatten Beziers" (to turn Beziers into Polygons, because my device does not support G3). So my feature proposal would be to add two checkboxes to have this happen automatically (if the user so wishes) before converting.

What do you think about this? Do you want to give me any advice before I set out for this?

Aypac commented 5 years ago

Note to self: it should also "cut clones", because they are not being traced otherwise.