mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Change active containerstack when the global containerstack is changed
CURA-1585
This commit is contained in:
parent
c4a1bd2fd3
commit
57dfc2ae79
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue