mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 21:09:00 +08:00
Fix error checking never setting state to "hasError"
CURA-9249 Fixes #12082
This commit is contained in:
parent
eae5f4d57a
commit
509b7d65d5
@ -194,7 +194,7 @@ class MachineErrorChecker(QObject):
|
||||
keys_to_recheck = {setting_key for stack, setting_key in self._stacks_and_keys_to_check}
|
||||
keys_to_recheck.add(key)
|
||||
self._setResult(True, keys_to_recheck = keys_to_recheck)
|
||||
continue
|
||||
return
|
||||
|
||||
# Schedule the check for the next key
|
||||
self._application.callLater(self._checkStack)
|
||||
|
Loading…
x
Reference in New Issue
Block a user