You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is actually a side effect of a change I made to prevent the queue from stalling. Previously it was event-based - e.g. octoprint fires a "PRINT_COMPLETED" event and the plugin starts the bed clearing process. Now it's event-based but with an extra 5-second timer that pokes the driver if it somehow missed an event.
It shouldn't have to take 5 seconds every time to start printing, though. I'll take a look at the startup sequence once I've reached a steady state with #60.
Describe the bug
It tooks too long between the printjob, bed cleaning gcode and the next job
To Reproduce
ad two jobs and start
Expected behavior
the next file should selected and "printed" immediately
System info:
octoprint-systeminfo-20220508154646.zip
Additional context
Here is the octoprint log:
There you can see the long loadings.
kind regards
How to investigate further?
The text was updated successfully, but these errors were encountered: