mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
Update all usage of activeMachine to the new API
This commit is contained in:
parent
1ff3a30ede
commit
1947d773a3
3 changed files with 6 additions and 6 deletions
|
@ -83,7 +83,7 @@ class CuraApplication(QtApplication):
|
|||
self._previous_active_tool = None
|
||||
self._platform_activity = False
|
||||
|
||||
self.activeMachineChanged.connect(self._onActiveMachineChanged)
|
||||
self.getMachineManager().activeMachineInstanceChanged.connect(self._onActiveMachineChanged)
|
||||
|
||||
Resources.addType(self.ResourceTypes.QmlFiles, "qml")
|
||||
Resources.addType(self.ResourceTypes.Firmware, "firmware")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue