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

Update lasertools.py #10

Closed pppalain closed 4 years ago

pppalain commented 4 years ago
Corrected G04 for milliseconds not seconds
replaced sqrt(a**2+b**2) with hypot(a,b)
Corrected laser parameter command was using infill command for parameters
ChrisWag91 commented 4 years ago

Can you pull the latest changes from master first and make the changes there?