diff --git a/Marlin/src/gcode/host/M114.cpp b/Marlin/src/gcode/host/M114.cpp index 05af5d3a65a5a..306ecb2a6f0ac 100644 --- a/Marlin/src/gcode/host/M114.cpp +++ b/Marlin/src/gcode/host/M114.cpp @@ -169,7 +169,7 @@ SERIAL_ECHOPGM("Stepper:"); LOOP_LOGICAL_AXES(i) { - SERIAL_ECHOPGM_P(SP_AXIS_LBL[i]), stepper.position((AxisEnum)i)); + SERIAL_ECHOPGM_P(SP_AXIS_LBL[i], stepper.position((AxisEnum)i)); } SERIAL_EOL();