Explorar el Código

fix previous attempt

Thomas Buck hace 3 años
padre
commit
e7ea00e423
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      Marlin/Configuration.h

+ 2
- 2
Marlin/Configuration.h Ver fichero

@@ -862,8 +862,8 @@
862 862
  *      - normally-closed switches to GND and D32.
863 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 868
  * Probe Type
869 869
  *

Loading…
Cancelar
Guardar