Fix M48 output (#20713)

This commit is contained in:
qwewer0 2021-01-08 00:55:57 +01:00 committed by GitHub
parent 3009707723
commit 4eedeabb51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();
}