mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-30 06:11:09 -07:00
Use globalContainer stack instead of activeInstance
CURA-1278
This commit is contained in:
parent
93227c0b56
commit
170df747b3
2 changed files with 1 additions and 3 deletions
|
|
@ -101,8 +101,6 @@ class CuraApplication(QtApplication):
|
|||
self._camera_animation = None
|
||||
self._cura_actions = None
|
||||
|
||||
#self.getMachineManager().activeMachineInstanceChanged.connect(self._onGlobalContainerStackChanged)
|
||||
#self.getMachineManager().addMachineRequested.connect(self._onAddMachineRequested)
|
||||
self.getController().getScene().sceneChanged.connect(self.updatePlatformActivity)
|
||||
self.getController().toolOperationStopped.connect(self._onToolOperationStopped)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue