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

Adding turn off delay #25

Closed jendam99 closed 2 years ago

jendam99 commented 2 years ago

I had a problem with my laser making overlines. After a while I realized, that there is probably a big capacitor at the output of my laser driver and thus the laser diode does not turn off (or decrease power) immediately. That it why I needed a turn off delay, which was fortunatel easy to add. If you want this function too, you can download the modified .py and .inx files here: lasertools_w_OFFdelay.zip

ChrisWag91 commented 2 years ago

Thanks for the files. The feature is now added.