Laser shut down between moves

hi I have a problem where the laser does not shutdown between moves I have checked that I am in laser mode and that the S values match
looking at the generated code I van see where it is asked to turn on at the start and off at the end but there are no S commands between objects

; LightBurn 0.9.20
; GRBL device profile, absolute coords
; Bounds: X79 Y145 to X184 Y305
G00 G17 G40 G21 G54
G90
M4
; Cut @ 100 mm/sec, 20% power
M8
G0X80Y145
; Layer C00
G1Y166S200F6000
G1X113
G1Y145
G1X80
G0X148Y174
; Layer C00
G1Y236
G1X184
G1Y174
G1X148
G0X125Y260
; Layer C00
G1X79
G1Y305
G1X125
G1Y260
M9
G1S0
M5
G90
; return to user-defined finish pos
G0 X0 Y0
M2

ok I fixed it I am using a nighthawk cnc controller and had to use grbl m3
I saw a old post about a generic cnc profile id that ever happen

Not yet. Still on the list. :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.