mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:29:02 +08: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
@ -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…
x
Reference in New Issue
Block a user