mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06: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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue