Hello,
I’ve encountered an issue when using the custom G-Code mode in LightBurn. In my custom start G-Code, I have configured it to execute the following sequence:
M5
(Turn off the laser)G0 X{x} Y{y}
(Move to position)M3 S{power}
(Turn on the laser with the specified power)
However, when LightBurn generates the actual G-code, it does not include the S{power}
parameter after M3
at the beginning of a cut. Instead, it sends:
M5
G0 X20.423Y12.728
M3 ; Missing S{power}
;Layer C19
G1 X19.954Y13.075F780
Since the S
parameter is missing, my CO2 laser does not turn on properly and fails to cut. However, when moving between objects, LightBurn correctly follows the pattern (M5 → G0 → M3 S{power}
).
Is there a way to ensure that LightBurn always includes the S{power}
value in the first M3
command?
Thank you for your help!
Best regards,
maxime