turn of load unload temp with delay

This commit is contained in:
Lars Brubaker 2018-04-20 13:27:06 -07:00
parent e85033540b
commit b4d24e1fe6

View file

@ -225,8 +225,8 @@ namespace MatterHackers.MatterControl.PrinterCommunication.Io
if (!printer.Connection.PrinterIsPrinting
&& !printer.Connection.PrinterIsPaused)
{
// turn off the extruder
printer.Connection.SetTargetHotendTemperature(0, 0);
// turn off the temps
printer.Connection.TurnOffBedAndExtruders(TurnOff.AfterDelay);
}
break;