Make sure to set the build plate so it's not empty

Contributes to CL-1250
This commit is contained in:
Ian Paschal 2019-02-14 11:46:41 +01:00
parent c1b53f0a90
commit 0275de7f77

View File

@ -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