mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-05 22:27:43 -07:00
🐛 Fix Chitu V6 Z_STOP_PIN (#25227)
This commit is contained in:
parent
01e58de31a
commit
250fd60920
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@
|
|||
#define Z2_STEP_PIN PF5
|
||||
#define Z2_DIR_PIN PF1
|
||||
|
||||
#define Z_STOP_PIN PA14
|
||||
|
||||
#ifndef FIL_RUNOUT2_PIN
|
||||
#define FIL_RUNOUT2_PIN PF13
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue