Uncomment code that was needed for testing

This commit is contained in:
ChrisTerBeke 2019-01-14 14:56:14 +01:00
parent 7bf319dfd1
commit f478653c37

View file

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