Optimize some serial strings

This commit is contained in:
Scott Lahteine 2018-01-23 18:58:10 -06:00
parent d4ab383a1b
commit f447668387
5 changed files with 8 additions and 8 deletions

View file

@ -10029,7 +10029,7 @@ inline void gcode_M502() {
if (!ijk) {
SERIAL_ECHO_START();
SERIAL_ECHO(MSG_SKEW_FACTOR " XY: ");
SERIAL_ECHOPGM(MSG_SKEW_FACTOR " XY: ");
SERIAL_ECHO_F(planner.xy_skew_factor, 6);
SERIAL_EOL();
#if ENABLED(SKEW_CORRECTION_FOR_Z)