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.
def connect(self) -> None:
# super().connect()
# self.sendMaterialProfiles()
pass
super().connect()
self.sendMaterialProfiles()
def _onGetPreviewImageFinished(self, reply: QNetworkReply) -> None:
reply_url = reply.url().toString()