Browse Source

Fix M48 output (#20713)

vanilla_fb_2.0.x
qwewer0 4 years ago
committed by GitHub
parent
commit
4eedeabb51
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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