From d87166d5c2210b4ba47df22c81ee878d399ef7fe Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 12 Jun 2018 15:40:47 +0200 Subject: [PATCH] Don't reconnect when getting printer data I think I accidentally added this during debugging at some point this sleepy morning. Contributes to issue CURA-5034. --- plugins/UM3NetworkPrinting/ClusterUM3OutputDevice.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/UM3NetworkPrinting/ClusterUM3OutputDevice.py b/plugins/UM3NetworkPrinting/ClusterUM3OutputDevice.py index 1dc82a800f..0a98ea2ed2 100644 --- a/plugins/UM3NetworkPrinting/ClusterUM3OutputDevice.py +++ b/plugins/UM3NetworkPrinting/ClusterUM3OutputDevice.py @@ -422,7 +422,6 @@ class ClusterUM3OutputDevice(NetworkedPrinterOutputDevice): self.printJobsChanged.emit() # Do a single emit for all print job changes. def _onGetPrintersDataFinished(self, reply: QNetworkReply) -> None: - self.connect() if not checkValidGetReply(reply): return