Browse Source

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

Richard Wackerbarth 8 years ago
parent
commit
58658c9279
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/pins_BRAINWAVE_PRO.h

+ 1
- 1
Marlin/pins_BRAINWAVE_PRO.h View File

@@ -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

Loading…
Cancel
Save