From c4ca133b40e76972fcf623efbd12b68a32305ef6 Mon Sep 17 00:00:00 2001 From: Ian Paschal Date: Mon, 13 May 2019 15:39:29 +0200 Subject: [PATCH] Update UM3OutputDevicePlugin.py Contributes to CL-1331 --- plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py b/plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py index 0010c893ea..79d360cee2 100644 --- a/plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py +++ b/plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py @@ -280,7 +280,7 @@ class UM3OutputDevicePlugin(OutputDevicePlugin): # ensure that the connection states are refreshed. self.refreshConnections() - def _checkManualDevice(self, address: str) -> None: + def _checkManualDevice(self, address: str): # Check if a UM3 family device exists at this address. # If a printer responds, it will replace the preliminary printer created above # origin=manual is for tracking back the origin of the call