Explorar el Código

Define Z_MIN_PROBE_PIN for Cohesion 3D Remix

Scott Lahteine hace 4 años
padre
commit
c0801e900d
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7
    0
      Marlin/src/pins/lpc1769/pins_COHESION3D_REMIX.h

+ 7
- 0
Marlin/src/pins/lpc1769/pins_COHESION3D_REMIX.h Ver fichero

@@ -47,6 +47,13 @@
47 47
 #define Z_MAX_PIN          P1_29   // 10k pullup to 3.3V
48 48
 
49 49
 //
50
+// Z Probe (when not Z_MIN_PIN)
51
+//
52
+#ifndef Z_MIN_PROBE_PIN
53
+  #define Z_MIN_PROBE_PIN  P1_29
54
+#endif
55
+
56
+//
50 57
 // Steppers
51 58
 //
52 59
 #define X_STEP_PIN         P2_00

Loading…
Cancelar
Guardar