mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
STAR-322: Improving logging and cluster connection
This commit is contained in:
parent
9086105204
commit
9f4b7bd703
6 changed files with 51 additions and 35 deletions
|
@ -390,10 +390,10 @@ class ClusterUM3OutputDevice(NetworkedPrinterOutputDevice):
|
|||
|
||||
## Called when the connection to the cluster changes.
|
||||
def connect(self) -> None:
|
||||
pass
|
||||
# TODO: uncomment this once cloud implementation works for testing
|
||||
# super().connect()
|
||||
# self.sendMaterialProfiles()
|
||||
pass
|
||||
|
||||
def _onGetPreviewImageFinished(self, reply: QNetworkReply) -> None:
|
||||
reply_url = reply.url().toString()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue