Ver código fonte

Fix Creality V4 probe pin

Scott Lahteine 3 anos atrás
pai
commit
21070c0aaf
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Marlin/src/pins/stm32f1/pins_CREALITY_V4.h

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

@@ -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

Carregando…
Cancelar
Salvar