mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Simplify checking if cloud or network printer, small fixes
This commit is contained in:
parent
0edeb11a78
commit
2f92f6ef50
5 changed files with 24 additions and 28 deletions
|
@ -389,10 +389,8 @@ class ClusterUM3OutputDevice(NetworkedPrinterOutputDevice):
|
|||
|
||||
## Called when the connection to the cluster changes.
|
||||
def connect(self) -> None:
|
||||
# TODO: uncomment this once cloud implementation works for testing
|
||||
# super().connect()
|
||||
# self.sendMaterialProfiles()
|
||||
pass
|
||||
super().connect()
|
||||
self.sendMaterialProfiles()
|
||||
|
||||
def _onGetPreviewImageFinished(self, reply: QNetworkReply) -> None:
|
||||
reply_url = reply.url().toString()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue