mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Bring back the printer selection dialog for networked printers
This commit is contained in:
parent
d905b8b8cc
commit
9a3ff527ac
4 changed files with 80 additions and 42 deletions
|
@ -79,6 +79,7 @@ class ClusterPrinterStatus(BaseModel):
|
|||
def updateOutputModel(self, model: PrinterOutputModel) -> None:
|
||||
model.updateKey(self.uuid)
|
||||
model.updateName(self.friendly_name)
|
||||
model.updateUniqueName(self.unique_name)
|
||||
model.updateType(self.machine_variant)
|
||||
model.updateState(self.status if self.enabled else "disabled")
|
||||
model.updateBuildplate(self.build_plate.type if self.build_plate else "glass")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue