ChrisWag91 / Inkscape-Lasertools-Plugin

A simple plugin to convert inkscape vector graphics to Gcode for DIY laser engravers
GNU General Public License v3.0
38 stars 27 forks source link

Skip layer if it's invisible #33

Open thiagosalles opened 1 year ago

thiagosalles commented 1 year ago

I'm organizing my design using layers, usually only two: cutting and engraving.

I tried to make one of the layer invisible, but the extension trace the object anyways.

I end up deleting one of the layers, generating the gcode and the undoing the deletion.

It works well with only two layers, but when I have several layers it's difficult work this way.