mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 18:15:55 +08:00
Add a TODO
This commit is contained in:
parent
ce07e31bbf
commit
94f31378a6
@ -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…
x
Reference in New Issue
Block a user