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: MMU navbar resets when settings are saved mid print #3

Closed jukebox42 closed 1 year ago

jukebox42 commented 1 year ago

Need to do some refactoring so we dont get stuck in "loading" land. When saving the settings page the mmu settings are not present on the page so they get zeroed out. If I always save them with what they are then I run into an instance where they never clear out and we get stuck with the "loading message"

https://github.com/jukebox42/Octoprint-PrusaMMU/blob/main/octoprint_prusammu/__init__.py#L271-L277