turn of load unload temp with delay
This commit is contained in:
parent
e85033540b
commit
b4d24e1fe6
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue