mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Add more TODO comments to clarify
This commit is contained in:
parent
ec03b012a7
commit
3ebefa4f8a
2 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,6 @@ class CloudClusterPrintJob(BaseModel):
|
|||
# \param printer: The output model of the printer
|
||||
def createOutputModel(self, controller: CloudOutputController) -> UM3PrintJobOutputModel:
|
||||
model = UM3PrintJobOutputModel(controller, self.uuid, self.name)
|
||||
# TODO: implement more data as shown in ClusterUM3OutputDevice._createPrintJobModel
|
||||
return model
|
||||
|
||||
## Updates an UM3 print job output model based on this cloud cluster print job.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue