thank you for your quick reply.
If I see it correctly, it is an M85 at Marlin. However, if I go below the time here, the printer goes into an error message and I have to reset it.
Now I have followed your advice and tried it um zusetzen. According to console it looks good. What does the expert think?
------before Print Job Script-----
@set global.endloop {{0}}
------At pause Script------
@timedCall StoptimeOut 2000 StopStepperOff
@func StopStepperOff start
@set global.endloop {{0}}
M17
@if {{global.endloop<1}}
@timedCall StoptimeOut 2000 StopStepperOff
@else
@deleteTimedCall StoptimeOut
@endif
@endfunc
------before restart script------
@set global.endloop {{1}}
Unfortunately, the printer reports "no move" after a while and switches off the steppers again. Do you have another idea what I could do?
Or do you think a M85 S{5Days} is more useful?
PS: Console excerpt
Send:17:07:22.756: @call StopStepperOff
Send:17:07:22.756: N854 M17
Send:17:07:24.765: @call StopStepperOff
Send:17:07:24.766: N855 M17
Send:17:07:26.778: @call StopStepperOff
Send:17:07:26.779: N856 M17
Send:17:07:28.787: @call StopStepperOff
Send:17:07:28.788: N857 M17
Send:17:07:29.037: M117 ETA 16:04:47 day 1
Send:17:07:30.798: @call StopStepperOff