Laser does not turn off between 2 drawings

This text has been translated by computer from Dutch to English.
Hello.
I have the problem that the laser turns on but not off.
for example with 2 squares the laser will turn on at 20 percent but will not turn off when the next square is drawn.
and according to the G-code this correct.

; LightBurn 0.9.19
; GRBL device profile, user origin
; Bounds: X10 Y20 to X74 Y30
G00 G17 G40 G21 G54
G90
G0 X0 Y0
G91
M4
; Cut @ 6000 mm/min, 20% power
M8
G0X14.75Y5
; Layer C00
G1X-9.75S200F6000
G1Y10
G1X10
G1Y-9.75
G0X53.75Y-0.25
; Layer C00
G1X-7.75
G1Y9
G1X8
G1Y-8.75
M9
G1S0
M5
G90
; return to user-defined finish pos
G0 X0 Y0
M2

the laser must turn off between the 2 squares.

what goes wrong

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