ソースを参照

Call the probe pin a probe pin and not a min endstop

Richard Wackerbarth 8年前
コミット
58658c9279
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      Marlin/pins_BRAINWAVE_PRO.h

+ 1
- 1
Marlin/pins_BRAINWAVE_PRO.h ファイルの表示

@@ -31,7 +31,7 @@
31 31
 #define Z_DIR_PIN          28
32 32
 #define Z_ENABLE_PIN       37
33 33
 #define Z_MAX_PIN          36
34
-#define Z_MIN_PIN          17  // Bed Z probe
34
+#define Z_MIN_PROBE_PIN    17  // Bed Z probe
35 35
 
36 36
 #define E0_STEP_PIN        35
37 37
 #define E0_DIR_PIN         34

読み込み中…
キャンセル
保存