mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
Update build plate compatibility upon extruder enabled/disabled
CURA-5219
This commit is contained in:
parent
fdd7807769
commit
33949c3b71
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue