Fix M48 output (#20713)
This commit is contained in:
parent
074d3f6266
commit
f19a1833bd
@ -245,6 +245,7 @@ void GcodeSuite::M48() {
|
|||||||
SERIAL_ECHO(n + 1);
|
SERIAL_ECHO(n + 1);
|
||||||
SERIAL_ECHOPAIR(" of ", int(n_samples));
|
SERIAL_ECHOPAIR(" of ", int(n_samples));
|
||||||
SERIAL_ECHOPAIR_F(": z: ", pz, 3);
|
SERIAL_ECHOPAIR_F(": z: ", pz, 3);
|
||||||
|
SERIAL_CHAR(' ');
|
||||||
dev_report(verbose_level > 2, mean, sigma, min, max);
|
dev_report(verbose_level > 2, mean, sigma, min, max);
|
||||||
SERIAL_EOL();
|
SERIAL_EOL();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user