mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
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:
parent
c4aae784ee
commit
fb9d841c90
4 changed files with 264 additions and 3 deletions
|
@ -15,6 +15,7 @@ class PrinterOutputController:
|
|||
self.can_pause = True
|
||||
self.can_abort = True
|
||||
self.can_pre_heat_bed = True
|
||||
self.can_pre_heat_extruders = True
|
||||
self.can_control_manually = True
|
||||
self._output_device = output_device
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue