mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:39:04 +08:00
Update build plate compatibility upon extruder enabled/disabled
CURA-5219
This commit is contained in:
parent
fdd7807769
commit
33949c3b71
@ -926,6 +926,8 @@ class MachineManager(QObject):
|
||||
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()
|
||||
|
||||
def _onMachineNameChanged(self):
|
||||
self.globalContainerChanged.emit()
|
||||
|
Loading…
x
Reference in New Issue
Block a user