Explorar el Código

Fix Creality V4 probe pin

Scott Lahteine hace 3 años
padre
commit
21070c0aaf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/src/pins/stm32f1/pins_CREALITY_V4.h

+ 1
- 1
Marlin/src/pins/stm32f1/pins_CREALITY_V4.h Ver fichero

@@ -81,7 +81,7 @@
81 81
 #define Y_STOP_PIN                          PA6
82 82
 #define Z_STOP_PIN                          PA7
83 83
 
84
-#define Z_PROBE_PIN                         PB1   // BLTouch IN
84
+#define Z_MIN_PROBE_PIN                     PB1   // BLTouch IN
85 85
 
86 86
 //
87 87
 // Filament Runout Sensor

Loading…
Cancelar
Guardar