🩹 Fix M412_report formatting (#22834)
This commit is contained in:
parent
262cd757fc
commit
060b705dab
@ -68,7 +68,7 @@ void GcodeSuite::M412() {
|
|||||||
|
|
||||||
void GcodeSuite::M412_report(const bool forReplay/*=true*/) {
|
void GcodeSuite::M412_report(const bool forReplay/*=true*/) {
|
||||||
report_heading_etc(forReplay, PSTR(STR_FILAMENT_RUNOUT_SENSOR));
|
report_heading_etc(forReplay, PSTR(STR_FILAMENT_RUNOUT_SENSOR));
|
||||||
SERIAL_ECHOLNPGM(
|
SERIAL_ECHOPGM(
|
||||||
" M412 S", runout.enabled
|
" M412 S", runout.enabled
|
||||||
#if HAS_FILAMENT_RUNOUT_DISTANCE
|
#if HAS_FILAMENT_RUNOUT_DISTANCE
|
||||||
, " D", LINEAR_UNIT(runout.runout_distance())
|
, " D", LINEAR_UNIT(runout.runout_distance())
|
||||||
|
Loading…
Reference in New Issue
Block a user