mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Add some more explanation
This commit is contained in:
parent
6d9b6668e2
commit
67045b34b5
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ class UM3OutputDevicePlugin(OutputDevicePlugin):
|
|||
self._cloud_output_device_manager = CloudOutputDeviceManager()
|
||||
|
||||
# Refresh network connections when another machine was selected in Cura.
|
||||
# This ensures no output devices are still connected that do not belong to the new active machine.
|
||||
CuraApplication.getInstance().globalContainerStackChanged.connect(self.refreshConnections)
|
||||
|
||||
# TODO: re-write cloud messaging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue