mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-29 07:14:24 +08:00
Make sure to set the build plate so it's not empty
Contributes to CL-1250
This commit is contained in:
parent
c1b53f0a90
commit
0275de7f77
@ -55,6 +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)
|
||||
self.updateOutputModel(model)
|
||||
return model
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user