Add per-extruder preheat controls

These are lifted from the bed preheat controls and are not functional at the moment
This commit is contained in:
fieldOfView 2018-01-10 21:41:59 +01:00
parent c4aae784ee
commit fb9d841c90
4 changed files with 264 additions and 3 deletions

View file

@ -13,6 +13,7 @@ class ClusterUM3PrinterOutputController(PrinterOutputController):
def __init__(self, output_device):
super().__init__(output_device)
self.can_pre_heat_bed = False
self.can_pre_heat_extruders = False
self.can_control_manually = False
def setJobState(self, job: "PrintJobOutputModel", state: str):