Skip to content

Commit a71a62c

Browse files
authored
🐛 Fix Chitu V6 Z_STOP_PIN (#25227)
1 parent 5536149 commit a71a62c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Marlin/src/pins/stm32f1/pins_CHITU3D_V6.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
#define Z2_STEP_PIN PF5
2828
#define Z2_DIR_PIN PF1
2929

30+
#define Z_STOP_PIN PA14
31+
3032
#ifndef FIL_RUNOUT2_PIN
3133
#define FIL_RUNOUT2_PIN PF13
3234
#endif

0 commit comments

Comments
 (0)