Enable heater toggles while printing
- Issue MatterHackers/MCCentral#4867 Can't turn off extruder during printing, can't adjust bed temperature
This commit is contained in:
parent
0579937d27
commit
b7680748d9
3 changed files with 4 additions and 3 deletions
|
|
@ -123,6 +123,7 @@ namespace MatterHackers.MatterControl.ActionBar
|
|||
|
||||
// Add the temperature row to the always enabled list ensuring the field can be set when disconnected
|
||||
alwaysEnabled.Add(temperatureRow);
|
||||
alwaysEnabled.Add(hotendRow);
|
||||
|
||||
// add in the temp graph
|
||||
var graph = new DataViewGraph()
|
||||
|
|
|
|||
|
|
@ -273,6 +273,7 @@ namespace MatterHackers.MatterControl.ActionBar
|
|||
|
||||
// Add the temperature row to the always enabled list ensuring the field can be set when disconnected
|
||||
alwaysEnabled.Add(temperatureRow);
|
||||
alwaysEnabled.Add(hotendRow);
|
||||
|
||||
// add in the temp graph
|
||||
var graph = new DataViewGraph()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue