Merge pull request #3144 from fieldOfView/feature_preheat_extruder

Feature preheat extruder
This commit is contained in:
alekseisasin 2018-03-15 16:38:18 +01:00 committed by GitHub
commit 67261ccd4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 516 additions and 89 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_hotends = False
self.can_control_manually = False
def setJobState(self, job: "PrintJobOutputModel", state: str):