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,6 +245,7 @@ void GcodeSuite::M48() {
245 245
         SERIAL_ECHO(n + 1);
246 246
         SERIAL_ECHOPAIR(" of ", int(n_samples));
247 247
         SERIAL_ECHOPAIR_F(": z: ", pz, 3);
248
+        SERIAL_CHAR(' ');
248 249
         dev_report(verbose_level > 2, mean, sigma, min, max);
249 250
         SERIAL_EOL();
250 251
       }

Loading…
Cancel
Save