serial_dump_and_reset: turn on print fan while dumping

To avoid scorching the sheet while dumping close to the bed.
This commit is contained in:
Yuri D'Elia 2021-06-12 16:43:46 +02:00
parent ea51d65137
commit 7db667ca86
1 changed files with 1 additions and 0 deletions

View File

@ -976,6 +976,7 @@ void serial_dump_and_reset(dump_crash_reason reason)
// we're being called from a live state, so shut off interrupts and heaters
cli();
wdt_enable(WDTO_15MS);
WRITE(FAN_PIN, HIGH);
disable_heater();
// this function can also be called from within a corrupted state, so not use