mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 13:19:00 +08:00
Cura startup with setting errors now also results in Unable to slice.
This commit is contained in:
parent
484c7df5bc
commit
e888603dd5
@ -246,6 +246,7 @@ class MachineManager(QObject):
|
||||
quality = self._global_container_stack.findContainer({"type": "quality"})
|
||||
quality.nameChanged.connect(self._onQualityNameChanged)
|
||||
|
||||
self._updateStacksHaveErrors()
|
||||
|
||||
## Update self._stacks_valid according to _checkStacksForErrors and emit if change.
|
||||
def _updateStacksHaveErrors(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user