Shut down autotemp in disable_all_heaters

This commit is contained in:
Scott Lahteine
2017-05-03 20:43:00 -05:00
parent acec237092
commit 6854f08d22
4 changed files with 8 additions and 17 deletions

View File

@ -5762,10 +5762,6 @@ inline void gcode_M31() {
SERIAL_ECHO_START;
SERIAL_ECHOLNPAIR("Print time: ", buffer);
#if ENABLED(AUTOTEMP)
thermalManager.autotempShutdown();
#endif
}
#if ENABLED(SDSUPPORT)