more mocks for monitor page, fix showing current print job in monitor page, add todo

This commit is contained in:
ChrisTerBeke 2018-12-05 17:05:21 +01:00
parent 117cf10a2c
commit 5e15858cae
3 changed files with 24 additions and 8 deletions

View file

@ -411,8 +411,9 @@ 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()