瀏覽代碼

Use AxisEnum with _lcd_babystep()

Scott Lahteine 8 年之前
父節點
當前提交
51109d4af7
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/ultralcd.cpp

+ 1
- 1
Marlin/ultralcd.cpp 查看文件

@@ -552,7 +552,7 @@ void lcd_set_home_offsets() {
552 552
 
553 553
   int babysteps_done = 0;
554 554
 
555
-  static void _lcd_babystep(const int axis, const char* msg) {
555
+  static void _lcd_babystep(const AxisEnum axis, const char* msg) {
556 556
     ENCODER_DIRECTION_NORMAL();
557 557
     if (encoderPosition) {
558 558
       int distance = (int32_t)encoderPosition * BABYSTEP_MULTIPLICATOR;

Loading…
取消
儲存