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.
pull/1/head
Natealus 9 years ago
parent
commit
ab11f90da0
  1. 7
      Marlin/pins_AZTEEG_X3_PRO.h

7
Marlin/pins_AZTEEG_X3_PRO.h

@ -34,7 +34,12 @@
#define Z_MAX_PIN 18
#endif
//
#ifdef Z_PROBE_ENDSTOP
//#undef Z_MIN_PIN
//#define Z_MIN_PIN 15
#define Z_PROBE_PIN 19
#endif
//
#define E2_STEP_PIN 23
#define E2_DIR_PIN 25
#define E2_ENABLE_PIN 40

Loading…
Cancel
Save