ChrisWag91 / Inkscape-Lasertools-Plugin

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

Why does it stutter? #39

Open Gatts011 opened 6 months ago

Gatts011 commented 6 months ago

Generated code:

... ; START perimeter strategy G01 F700.0 S1 G00 X0. Y200. F3000.0 S100 F3000.0 **G01 X199.0 F700.0 ??? G01 X200.0 F700.0 **G01 Y1.0 F700.0 ??? G01 Y0.0 F700.0 **G01 X1.0 F700.0 ??? G01 X0.0 F700.0 **G01 Y199.0 F700.0 ??? G01 Y200.0 F700.0 S1 ;END perimeter

Expected result:

.... ; START perimeter strategy G01 F700.0 S1 G00 X0. Y200. F3000.0 S100 F3000.0 G01 X200.0 F700.0 G01 Y0.0 F700.0 G01 X0.0 F700.0 G01 Y200.0 F700.0 S1 ;END perimeter

G00 X0 Y0