Browse Source

🐛 Fix Chitu Z_STOP_PIN (#23330)

ellensp 3 years ago
parent
commit
9cee626812
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/stm32f1/pins_CHITU3D_V5.h

+ 1
- 1
Marlin/src/pins/stm32f1/pins_CHITU3D_V5.h View File

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

Loading…
Cancel
Save