mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 00:07:51 -06:00
Tightended up the signals associated with the extruders. Bug fixed.
CURA-1585 Profile dropdown options non functional.
This commit is contained in:
parent
b48db45a37
commit
f52f713694
3 changed files with 70 additions and 57 deletions
|
@ -11,7 +11,6 @@ from UM.Logger import Logger
|
|||
import UM.Settings
|
||||
|
||||
from cura.PrinterOutputDevice import PrinterOutputDevice
|
||||
|
||||
from . import ExtruderManager
|
||||
|
||||
from UM.i18n import i18nCatalog
|
||||
|
@ -31,7 +30,6 @@ class MachineManager(QObject):
|
|||
self._onGlobalContainerChanged()
|
||||
|
||||
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