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); report_xyze(from_steppers);
const xyze_float_t diff = from_steppers - leveled; const xyze_float_t diff = from_steppers - leveled;
SERIAL_ECHOPGM("Diff: "); SERIAL_ECHOPGM("Diff: ");
report_xyze(diff); report_xyze(diff);
} }