mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 17:27:51 -06:00
Add a TODO
This commit is contained in:
parent
ce07e31bbf
commit
94f31378a6
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ class CloudClusterPrintJob(BaseModel):
|
|||
# \param printer: The output model of the printer
|
||||
def createOutputModel(self, printer: PrinterOutputModel) -> UM3PrintJobOutputModel:
|
||||
model = UM3PrintJobOutputModel(printer.getController(), self.uuid, self.name)
|
||||
# TODO: implement more data as shown in ClusterUM3OutputDevice._createPrintJobModel
|
||||
model.updateAssignedPrinter(printer)
|
||||
printer.updateActivePrintJob(model)
|
||||
return model
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue