mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:48:59 +08:00
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.
This commit is contained in:
parent
da5e4c11a4
commit
d87166d5c2
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user