Skip to content

Commit

Permalink
🩹 Fix M413 report (#26846)
Browse files Browse the repository at this point in the history
  • Loading branch information
vovodroid authored Apr 13, 2024
1 parent 6575dcc commit 71d9a3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Marlin/src/gcode/feature/powerloss/M413.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ void GcodeSuite::M413_report(const bool forReplay/*=true*/) {
, " B", recovery.bed_temp_threshold
#endif
);
SERIAL_ECHO(" ; ");
serialprintln_onoff(recovery.enabled);
}

Expand Down

0 comments on commit 71d9a3e

Please sign in to comment.