소스 검색

Fix BABYSTEP_DISPLAY_TOTAL output

Scott Lahteine 4 년 전
부모
커밋
160c8be191
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/src/gcode/motion/M290.cpp

+ 1
- 1
Marlin/src/gcode/motion/M290.cpp 파일 보기

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

Loading…
취소
저장