jukebox42 / Octoprint-PrusaMMU

An Octoprint plugin that adds MMU support.
GNU Affero General Public License v3.0
13 stars 2 forks source link

Known Bug: navbar sometimes shows "waiting for input" even though the printer is printing #4

Closed jukebox42 closed 1 year ago

jukebox42 commented 1 year ago

In rare instances, the “waiting for user input” event can come in directly after a tool change is sent, resulting in the navbar never updating. This will not impact printing but you will see “Awaiting user input” until the next tool change.

This will be tricky to get right but we should be able to notice we arent getting waiting messages anymore(they get spammed when it's happening) and flip the nav back to printing since the tool should be saved.