mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Clarify if using key or human-readable name
This is refering to "glass", not "Glass". According to @lipufei, "name" should denote a human readable/capitalized name. Contributes to CL-1250
This commit is contained in:
parent
0275de7f77
commit
af565aff55
3 changed files with 8 additions and 8 deletions
|
@ -55,7 +55,7 @@ class CloudClusterPrinterStatus(BaseCloudModel):
|
|||
# \param controller - The controller of the model.
|
||||
def createOutputModel(self, controller: PrinterOutputController) -> PrinterOutputModel:
|
||||
model = PrinterOutputModel(controller, len(self.configuration), firmware_version = self.firmware_version)
|
||||
model.updateBuildplateName(self.build_plate.type)
|
||||
model.updateBuildplate(self.build_plate.type)
|
||||
self.updateOutputModel(model)
|
||||
return model
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue