mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:55:56 +08:00
Change active containerstack when the global containerstack is changed
CURA-1585
This commit is contained in:
parent
c4a1bd2fd3
commit
57dfc2ae79
@ -26,6 +26,7 @@ class MachineManagerModel(QObject):
|
||||
self._onGlobalContainerChanged()
|
||||
|
||||
ExtruderManager.ExtruderManager.getInstance().activeExtruderChanged.connect(self._onActiveExtruderStackChanged)
|
||||
self.globalContainerChanged.connect(self._onActiveExtruderStackChanged)
|
||||
self._onActiveExtruderStackChanged()
|
||||
|
||||
## When the global container is changed, active material probably needs to be updated.
|
||||
|
Loading…
x
Reference in New Issue
Block a user