mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:25:56 +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())
|
ExtruderManager.getInstance().extrudersChanged.emit(self._global_container_stack.getId())
|
||||||
# Make sure the front end reflects changes
|
# Make sure the front end reflects changes
|
||||||
self.forceUpdateAllSettings()
|
self.forceUpdateAllSettings()
|
||||||
|
# Also trigger the build plate compatibility to update
|
||||||
|
self.activeMaterialChanged.emit()
|
||||||
|
|
||||||
def _onMachineNameChanged(self):
|
def _onMachineNameChanged(self):
|
||||||
self.globalContainerChanged.emit()
|
self.globalContainerChanged.emit()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user