🩹 Prevent RAMPS default X_MAX_PIN messing up AnyCubic i3 Mega (#28038)

This commit is contained in:
12oclocker
2025-09-26 04:21:43 -04:00
committed by GitHub
parent 52cc705e60
commit 0628573fc3
@@ -120,6 +120,7 @@
#define Y_STOP_PIN 42 // AUX (1)
#define Z_STOP_PIN 43 // AUX (2)
#ifndef Z2_STOP_PIN
#define X_MAX_PIN 18 // If X_MAX_PIN != Z2_STOP_PIN homing sensor trigger state is "Inverted".
#define Z2_STOP_PIN 18 // Z-
#endif