瀏覽代碼

Fix BABYSTEP_DISPLAY_TOTAL output

Scott Lahteine 5 年之前
父節點
當前提交
160c8be191
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/src/gcode/motion/M290.cpp

+ 1
- 1
Marlin/src/gcode/motion/M290.cpp 查看文件

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

Loading…
取消
儲存