mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Update documentation of _connectToActiveMachine
CURA-7055
This commit is contained in:
parent
52ef794c4d
commit
b141bb139e
1 changed files with 2 additions and 1 deletions
|
@ -199,8 +199,9 @@ class CloudOutputDeviceManager:
|
|||
|
||||
self._connectToOutputDevice(device, new_machine)
|
||||
|
||||
## Callback for when the active machine was changed by the user or a new remote cluster was found.
|
||||
def _connectToActiveMachine(self) -> None:
|
||||
"""Callback for when the active machine was changed by the user"""
|
||||
|
||||
active_machine = CuraApplication.getInstance().getGlobalContainerStack()
|
||||
if not active_machine:
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue