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: If the printer prompts the user with a gcode message or new version the popup might not show #5

Closed jukebox42 closed 1 year ago

jukebox42 commented 1 year ago

If the Prusa printer prompts the user for a “new version”, the select filament modal may not display. You will still be able to select the filament directly on the printer.

This happens because the timeout for the tool change dialog usually fires before the user has time to ACK on the printer screen, octoprint stops sending gcode when it gets the waiting message and that happens before Tx is sent but the timer starts. I'm not sure how I get around this one. I might be able to pause the timer if we see a waiting message.