Bug: LB/Smoothie busy after using "start pause time (ms)" Setting

Hi,

I have a bug since V.9.11 which occurs when I set the “start pause time” to anything but 0.
When starting the job the laserboard or something freezes, not responding to anything (stop, console etc.). Lightburn reports its “busy”. I’ll capture the exact error screen when I’m down in the workshop.

Is this a known issue? I couldn’t find a similar topic. Is updating to newer version any help? (1year Subscription ended recently).

What have you set the delay value to? I think Smoothieware dwells are in seconds, but might have been written out as milliseconds, which would mean a value of 1 for the pause time would pause for 1 second, not 0.001 seconds. This is fixed in the 0.9.12 release and up - I entered a pause time here of 5ms:

; LightBurn 0.9.14
; Smoothieware device profile, absolute coords
; Bounds: X156 Y80 to X287 Y131
G00 G17 G40 G21 G54
G90
M3
; Cut @ 100 mm/sec, 20% power
M106
G0X156A168.983

G4 P0.005 ; dwell 5ms

G1A261.924S0.2F12673.7
G1X209F6000
G1A168.983F12673.7

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