0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-03-13 01:40:09 +00:00

Tweak M114 D output

This commit is contained in:
Scott Lahteine 2020-05-16 19:49:02 -05:00
parent b8fe3bbd6d
commit c73894308c

View file

@ -179,7 +179,7 @@
report_xyze(from_steppers);
const xyze_float_t diff = from_steppers - leveled;
SERIAL_ECHOPGM("Diff: ");
SERIAL_ECHOPGM("Diff: ");
report_xyze(diff);
}