Browse Source

Fix M48 output (#20713)

qwewer0 4 years ago
parent
commit
4eedeabb51
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/gcode/calibrate/M48.cpp

+ 1
- 0
Marlin/src/gcode/calibrate/M48.cpp View File

245
         SERIAL_ECHO(n + 1);
245
         SERIAL_ECHO(n + 1);
246
         SERIAL_ECHOPAIR(" of ", int(n_samples));
246
         SERIAL_ECHOPAIR(" of ", int(n_samples));
247
         SERIAL_ECHOPAIR_F(": z: ", pz, 3);
247
         SERIAL_ECHOPAIR_F(": z: ", pz, 3);
248
+        SERIAL_CHAR(' ');
248
         dev_report(verbose_level > 2, mean, sigma, min, max);
249
         dev_report(verbose_level > 2, mean, sigma, min, max);
249
         SERIAL_EOL();
250
         SERIAL_EOL();
250
       }
251
       }

Loading…
Cancel
Save