I am using 30x30 Long mill with LB and a the Sienci Labs 7W Laser Beam. I set up the laser with job origin in canter and current position. Everything is fine till the end, but the beam stays on and will not turn off. Do I have a wrong setting somewhere? Thanks
This is not a Lightburn or GRBL setting. At the end of the Gcode, Lightburn will output an M5 code to turn off the laser. To confirm this happens, create a smallbox or circle. Then use the Save Gcode to put it in a text file. Examine that text file. It should look something like this…
G1 X-2.185Y-1.318
G1 Y-3.211
G1 X-1.611
G1 Y-1.709
M9
G1 S0 M5
; return to starting pos
G0 X-33.5Y-11.547
M2
If it does, you have a laser controller module or a controller software issue.