0
0
Fork 0
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:
Alex Z 2023-01-11 15:22:28 +10:00 committed by Scott Lahteine
parent 01e58de31a
commit 250fd60920

View file

@ -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