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