mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-31 14:12:52 +00: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…
Reference in a new issue