Explorar el Código

🐛 Fix Chitu Z_STOP_PIN (#23330)

ellensp hace 3 años
padre
commit
9cee626812
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/src/pins/stm32f1/pins_CHITU3D_V5.h

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

@@ -23,6 +23,6 @@
23 23
 
24 24
 #define BOARD_INFO_NAME "Chitu3D V5"
25 25
 
26
-#define Z_STOP_PIN                          PG9
26
+#define Z_STOP_PIN                          PA14
27 27
 
28 28
 #include "pins_CHITU3D_common.h"

Loading…
Cancelar
Guardar