Browse Source

Z_PROBE_ENDSTOP Pin for Azteeg X3 Pro

Just a simple #ifdef Z_PROBE_ENDSTOP to define the pin for it. Also has
a couple commented lines for switching Z_MIN_PIN if needed.
Natealus 9 years ago
parent
commit
ab11f90da0
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      Marlin/pins_AZTEEG_X3_PRO.h

+ 6
- 1
Marlin/pins_AZTEEG_X3_PRO.h View File

@@ -34,7 +34,12 @@
34 34
   #define Z_MAX_PIN          18
35 35
  #endif
36 36
 //
37
-
37
+ #ifdef Z_PROBE_ENDSTOP
38
+//#undef Z_MIN_PIN
39
+//#define Z_MIN_PIN        15
40
+  #define Z_PROBE_PIN      19
41
+ #endif
42
+//
38 43
 #define E2_STEP_PIN        23
39 44
 #define E2_DIR_PIN         25
40 45
 #define E2_ENABLE_PIN      40

Loading…
Cancel
Save