mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 16:27:51 -06:00
Force an re-evaluation of a setting when extruder has been disabled
CURA-7770
This commit is contained in:
parent
e961c6271e
commit
50ae33c42d
1 changed files with 5 additions and 0 deletions
|
@ -998,6 +998,11 @@ class MachineManager(QObject):
|
|||
self.activeMaterialChanged.emit()
|
||||
self.activeIntentChanged.emit()
|
||||
|
||||
# Force an update of resolve values
|
||||
property_names = ["resolve", "validationState"]
|
||||
for setting_key in self._global_container_stack.getAllKeys():
|
||||
self._global_container_stack.propertiesChanged.emit(setting_key, property_names)
|
||||
|
||||
def _onMaterialNameChanged(self) -> None:
|
||||
self.activeMaterialChanged.emit()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue