mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-17 11:56:02 +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
|
# \param printer: The output model of the printer
|
||||||
def createOutputModel(self, printer: PrinterOutputModel) -> UM3PrintJobOutputModel:
|
def createOutputModel(self, printer: PrinterOutputModel) -> UM3PrintJobOutputModel:
|
||||||
model = UM3PrintJobOutputModel(printer.getController(), self.uuid, self.name)
|
model = UM3PrintJobOutputModel(printer.getController(), self.uuid, self.name)
|
||||||
|
# TODO: implement more data as shown in ClusterUM3OutputDevice._createPrintJobModel
|
||||||
model.updateAssignedPrinter(printer)
|
model.updateAssignedPrinter(printer)
|
||||||
printer.updateActivePrintJob(model)
|
printer.updateActivePrintJob(model)
|
||||||
return model
|
return model
|
||||||
|
Loading…
x
Reference in New Issue
Block a user