mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 10:47:49 -06:00
Fix refresh button functionality for network printing
This commit is contained in:
parent
5bdef34121
commit
11ef53905b
2 changed files with 11 additions and 3 deletions
|
@ -37,6 +37,10 @@ class UM3OutputDevicePlugin(OutputDevicePlugin):
|
|||
self._network_output_device_manager.stop()
|
||||
self._cloud_output_device_manager.stop()
|
||||
|
||||
## Restart network discovery.
|
||||
def startDiscovery(self) -> None:
|
||||
self._network_output_device_manager.startDiscovery()
|
||||
|
||||
## Force refreshing the network connections.
|
||||
def refreshConnections(self) -> None:
|
||||
self._network_output_device_manager.refreshConnections()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue