mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-02-19 02:42:21 -07:00
Temperature singleton class
This commit is contained in:
parent
142bd3f3e7
commit
084f6b5b44
11 changed files with 536 additions and 584 deletions
|
|
@ -609,7 +609,7 @@ void CardReader::printingHasFinished() {
|
|||
sdprinting = false;
|
||||
if (SD_FINISHED_STEPPERRELEASE)
|
||||
enqueue_and_echo_commands_P(PSTR(SD_FINISHED_RELEASECOMMAND));
|
||||
autotempShutdown();
|
||||
thermalManager.autotempShutdown();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue