🔧 Allow CHITU3D V6 override of Z_STOP_PIN (#28059)

This commit is contained in:
BeowulfNode42
2025-09-25 18:09:21 +10:00
committed by GitHub
parent b6b0fccd5f
commit 7e62b60c94
+5 -1
View File
@@ -27,7 +27,11 @@
#define Z2_STEP_PIN PF5
#define Z2_DIR_PIN PF1
#define Z_STOP_PIN PA14
// Some Chitu v6 boards use PA14 and some use PG9.
// The CXY-V6-191017 in early Tronxy X5SA Pro printers apparently use PG9.
#ifndef Z_STOP_PIN
#define Z_STOP_PIN PA14
#endif
#ifndef FIL_RUNOUT2_PIN
#define FIL_RUNOUT2_PIN PF13