🩹 Fix M413 report (#26846)

This commit is contained in:
Vovodroid
2024-04-13 10:04:34 +03:00
committed by GitHub
parent 6575dcc803
commit 71d9a3e1df

View File

@@ -72,6 +72,7 @@ void GcodeSuite::M413_report(const bool forReplay/*=true*/) {
, " B", recovery.bed_temp_threshold
#endif
);
SERIAL_ECHO(" ; ");
serialprintln_onoff(recovery.enabled);
}