I am having issues with lightburn, and the laser not turning off between passes when it moves onto the next line, It power is constant and makes lines in my work, what is the code to turn this off, I did have it once, but lost where I put the code,after I applied the code it created other issues like laser juddering while working, I solved that issue by a reset, which then created the orginal problem, this only happened after updating
That sounds like you have your laser in “cnc mode”.
You can type $$ (and press enter) in the console, and check the value next to $32. It should be 1, not 0. If it’s 0, that means the controller is in cnc mode and will not turn off the laser when doing travel moves.
From the console, type $32=1 (and press enter) to put the controller into “laser mode”.