Lightburn not switching laser off when stop button is clicked on Ender 3 Pro

Everything runs fine except when using the stop button feature which does stop the engraving but the laser remains on at full power. I have to shut down the software to stop the laser firing.
If i use the pause button the laser stops firing and if the gcode runs till end the laser switches off. How can this issue be rectified? Ender 3 Pro is running on Marlin.

Any help would be appreciated

Pause first, then stop. ‘Stop’ is considered an emergency abort, and turning off the beam would require waiting long enough for buffer space to be available for the laser off command, then waiting for the buffer contents to be processed (which is what ‘Pause’ does). We want ‘Stop’ to work in an emergency.

Actually makes a lot of sense.

Thank you

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