Browse Source

🩹 Fix M412_report formatting (#22834)

Giuliano Zaro 3 years ago
parent
commit
8fd5a4037a
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/gcode/feature/runout/M412.cpp

+ 1
- 1
Marlin/src/gcode/feature/runout/M412.cpp View File

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

Loading…
Cancel
Save