Browse Source

🩹 Fix M412_report formatting (#22834)

vanilla_fb_2.0.x
Giuliano Zaro 3 years ago
committed by Scott Lahteine
parent
commit
060b705dab
  1. 2
      Marlin/src/gcode/feature/runout/M412.cpp

2
Marlin/src/gcode/feature/runout/M412.cpp

@ -68,7 +68,7 @@ void GcodeSuite::M412() {
void GcodeSuite::M412_report(const bool forReplay/*=true*/) {
report_heading_etc(forReplay, PSTR(STR_FILAMENT_RUNOUT_SENSOR));
SERIAL_ECHOLNPGM(
SERIAL_ECHOPGM(
" M412 S", runout.enabled
#if HAS_FILAMENT_RUNOUT_DISTANCE
, " D", LINEAR_UNIT(runout.runout_distance())

Loading…
Cancel
Save