Fix not registering cloud output device for every machine

This commit is contained in:
ChrisTerBeke 2018-12-20 17:21:07 +01:00
parent 3f82cd4916
commit 5403f5241b
2 changed files with 18 additions and 9 deletions

View file

@ -389,8 +389,9 @@ class ClusterUM3OutputDevice(NetworkedPrinterOutputDevice):
## Called when the connection to the cluster changes.
def connect(self) -> None:
super().connect()
self.sendMaterialProfiles()
# super().connect()
# self.sendMaterialProfiles()
pass
def _onGetPreviewImageFinished(self, reply: QNetworkReply) -> None:
reply_url = reply.url().toString()