Running Success Print script triggering continuously
Issue
After each print on my queue completes, instead of properly pausing the Success script is getting ran multiple times. I get a notification for it every time.
Expected behavior The success script is ran a single time.
Script Here's the only script that is ran on Print Success:
M18 ; disable steppers
M104 T0 S0 ; extruder heater off
M140 S0 ; heated bed heater off
@pause ; wait for user input
@BEDREADY ; make sure the bed is clear before resuming
It's the exact same issue if I remove the @BEDREADY line.
Log files octoprint-systeminfo-20230502102500.zip octopi.local-1683037671730.log
Thank you for your help and let me know if I can provide more information.
Are you using spool manager?
Yes I am using spool manager.
What is the amount left on your spool?
64g
Can you try to set your spool used to 0, once done does it still behave the same?
If I set it to 0, my spool change script is getting spammed as well, and it looks like it's triggering then canceling prints in chain.
I run the same pause script on Awaiting Material event
To clarify: Set your spool to full again, so it has lots of filament left. (In the spool manager the physical spool can be ignored)
I am asking this as there is a bug that triggers when the spool doesn't contain enough filament to start another print.
I see, I'll try this. One thing to note, the prints I queued uses only 0.67g of plastic each so with 64g left it should have more than enough.
Trying another queue right now I'll report how it behaves on print completion in 10min~.
Ah okay, then what I am saying shouldn't be the issue ^^ As it has enough filament left.
Another thing to note here, the awaiting material script was getting spammed in the same way the print success script was spammed.
Alright this time it skipped straight out of the pause and triggered a print right away without pausing or me resuming the queue.
I've attached my latest system info.
As far as I can tell the success print does get triggered and run, maybe it's empty? Would explain it continuing instantly. Unsure tbh