Moved HeatedBedBox to own qml file

CL-541
This commit is contained in:
Jaime van Kessel 2017-11-21 16:52:37 +01:00
parent 34e808d585
commit 0fe91db636
3 changed files with 409 additions and 386 deletions

View file

@ -24,7 +24,7 @@ class PrinterOutputModel(QObject):
def __init__(self, output_controller: "PrinterOutputController", number_of_extruders: int = 1, parent=None):
super().__init__(parent)
self._bed_temperature = 0
self._bed_temperature = -1 # Use -1 for no heated bed.
self._target_bed_temperature = 0
self._name = ""
self._key = "" # Unique identifier