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:
parent
d6d19d0c57
commit
f7235051bd
4 changed files with 10 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue