mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 09:17:50 -06:00
CURA-4461 Force set the active quality as it is when changing the buildplate type, so the values are updated
This commit is contained in:
parent
e5e6da2970
commit
a2089c6afd
1 changed files with 3 additions and 0 deletions
|
@ -870,6 +870,9 @@ class MachineManager(QObject):
|
|||
self.blurSettings.emit()
|
||||
self._new_buildplate_container = containers[0] # self._active_container_stack will be updated with a delay
|
||||
Logger.log("d", "Active buildplate changed to {active_variant_buildplate_id}".format(active_variant_buildplate_id = containers[0].getId()))
|
||||
|
||||
# Force set the active quality as it is so the values are updated
|
||||
self.setActiveQuality(self._active_container_stack.quality.getId())
|
||||
else:
|
||||
Logger.log("w", "While trying to set the active buildplate, no buildplate was found to replace.")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue