mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 08:17:49 -06:00
Uncomment code that was needed for testing
This commit is contained in:
parent
7bf319dfd1
commit
f478653c37
1 changed files with 2 additions and 3 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue