diff --git a/Marlin/src/gcode/motion/M290.cpp b/Marlin/src/gcode/motion/M290.cpp index 7bf274a18..895060fcf 100644 --- a/Marlin/src/gcode/motion/M290.cpp +++ b/Marlin/src/gcode/motion/M290.cpp @@ -124,7 +124,7 @@ void GcodeSuite::M290() { " X", babystep.axis_total[X_AXIS], " Y", babystep.axis_total[Y_AXIS], #endif - " Z", babystep.axis_total[Z_AXIS] + " Z", babystep.axis_total[BS_TODO_AXIS(Z_AXIS)] ); } #endif