Browse Source

Fix M48 output (#20713)

vanilla_fb_2.0.x
qwewer0 4 years ago
committed by Scott Lahteine
parent
commit
f19a1833bd
  1. 1
      Marlin/src/gcode/calibrate/M48.cpp

1
Marlin/src/gcode/calibrate/M48.cpp

@ -245,6 +245,7 @@ void GcodeSuite::M48() {
SERIAL_ECHO(n + 1);
SERIAL_ECHOPAIR(" of ", int(n_samples));
SERIAL_ECHOPAIR_F(": z: ", pz, 3);
SERIAL_CHAR(' ');
dev_report(verbose_level > 2, mean, sigma, min, max);
SERIAL_EOL();
}

Loading…
Cancel
Save