Browse Source

fix previous attempt

Thomas Buck 4 years ago
parent
commit
e7ea00e423
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/Configuration.h

+ 2
- 2
Marlin/Configuration.h View File

862
  *      - normally-closed switches to GND and D32.
862
  *      - normally-closed switches to GND and D32.
863
  *      - normally-open switches to 5V and D32.
863
  *      - normally-open switches to 5V and D32.
864
  */
864
  */
865
-#define Z_MIN_PROBE_PIN Z_MAX_PIN // Pin 32 is the RAMPS default
866
-
865
+//define Z_MIN_PROBE_PIN Z_MAX_PIN // Pin 32 is the RAMPS default
866
+#define Z_MIN_PROBE_PIN 32
867
 /**
867
 /**
868
  * Probe Type
868
  * Probe Type
869
  *
869
  *

Loading…
Cancel
Save