mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Moved HeatedBedBox to own qml file
CL-541
This commit is contained in:
parent
34e808d585
commit
0fe91db636
3 changed files with 409 additions and 386 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue