Tweak M114 D output

2.0.x
Scott Lahteine 5 years ago
parent b8fe3bbd6d
commit c73894308c

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

Loading…
Cancel
Save