Procházet zdrojové kódy

fix previous attempt

Thomas Buck před 4 roky
rodič
revize
e7ea00e423
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      Marlin/Configuration.h

+ 2
- 2
Marlin/Configuration.h Zobrazit soubor

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…
Zrušit
Uložit