arkypita / LaserGRBL

Laser optimized GUI for GRBL
http://lasergrbl.com
Other
1.23k stars 490 forks source link

vectorize filling problem!! #2029

Open mani-fa opened 1 year ago

mani-fa commented 1 year ago

First of all, Filling option in vectorize mode is awesome. I like it but I have many problem in this mode. I convert an image to vector and with filling option in BW mode checked. the gcode has SXXX and S0 in separate line and in start point of filling and end point of the filling, Laser is on and it has a delay to go to S0 and laser off mode, So start and end of the filling line always get darker and black dot appear and sometimes it make a hole in material. and because of this problem and so much delays, the gcode needs more time to complete (this problem is like your laser engraving is in $32=0 mode but it is not)

GRBL ver 1.1 with $32=1

sample gcode attached

Pic (43).txt

StuartB4 commented 1 year ago

454545 Use M4 instead of M3.

mani-fa commented 1 year ago

454545 Use M4 instead of M3.

Thanks black dot and dark edges problem solved with M4 , so start and end point have no problem with laser on delay , but delay still exist and engraving time are so high

with M4 laser will be off at edges instead of being On but nothing happen for delays , somehow engraving with filling work like your machine is not in laser mode ($32=0), full stop at edges with some delay to move to new position and so on

on more question: Can I export converted vectorize with filling to SVG or DXF file?