Make sure we turn off the heat for extruders if we will turn of the heat at the end of the print

issue: MatterHackers/MCCentral#5547
heat not shut off for unused extruder after last switch
This commit is contained in:
LarsBrubaker 2019-05-21 07:16:23 -07:00
parent d6d19d0c57
commit f7235051bd
4 changed files with 10 additions and 5 deletions

View file

@ -280,7 +280,6 @@ namespace MatterHackers.MatterControl.PrinterCommunication.Io
{
// get the time to the next tool switch
var timeToNextToolChange = NextToolChange().time;
var timeToReheat = printer.Settings.GetValue<double>(SettingsKey.seconds_to_reheat);
// if we do not switch again
if (timeToNextToolChange == double.PositiveInfinity)