Browse Source

Fix BABYSTEP_DISPLAY_TOTAL output

pull/1/head
Scott Lahteine 5 years ago
parent
commit
160c8be191
  1. 2
      Marlin/src/gcode/motion/M290.cpp

2
Marlin/src/gcode/motion/M290.cpp

@ -124,7 +124,7 @@ void GcodeSuite::M290() {
" X", babystep.axis_total[X_AXIS], " X", babystep.axis_total[X_AXIS],
" Y", babystep.axis_total[Y_AXIS], " Y", babystep.axis_total[Y_AXIS],
#endif #endif
" Z", babystep.axis_total[Z_AXIS] " Z", babystep.axis_total[BS_TODO_AXIS(Z_AXIS)]
); );
} }
#endif #endif

Loading…
Cancel
Save