mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
Don't force an update when disabling an extruder
All the settings that are changed get a notification from the settingRelation. There should be no need to re-fire all of those settings again! Contributes to #8250
This commit is contained in:
parent
8ecdce3b26
commit
c383fe9656
1 changed files with 1 additions and 2 deletions
|
@ -995,8 +995,7 @@ class MachineManager(QObject):
|
|||
self.activeQualityGroupChanged.emit()
|
||||
# Update items in SettingExtruder
|
||||
ExtruderManager.getInstance().extrudersChanged.emit(self._global_container_stack.getId())
|
||||
# Make sure the front end reflects changes
|
||||
self.forceUpdateAllSettings()
|
||||
|
||||
# Also trigger the build plate compatibility to update
|
||||
self.activeMaterialChanged.emit()
|
||||
self.activeIntentChanged.emit()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue