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:
John Lewin 2019-03-08 07:42:57 -08:00
parent 0579937d27
commit b7680748d9
3 changed files with 4 additions and 3 deletions

View file

@ -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()

View file

@ -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()