From 0628573fc305fd1df48a3d20324f830cb4448bc8 Mon Sep 17 00:00:00 2001 From: 12oclocker <73079144+12oclocker@users.noreply.github.com> Date: Fri, 26 Sep 2025 04:21:43 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Prevent=20RAMPS=20default=20`X?= =?UTF-8?q?=5FMAX=5FPIN`=20messing=20up=20AnyCubic=20i3=20Mega=20(#28038)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/src/pins/ramps/pins_TRIGORILLA_14.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Marlin/src/pins/ramps/pins_TRIGORILLA_14.h b/Marlin/src/pins/ramps/pins_TRIGORILLA_14.h index 7c01c8aba8..9a1866c215 100644 --- a/Marlin/src/pins/ramps/pins_TRIGORILLA_14.h +++ b/Marlin/src/pins/ramps/pins_TRIGORILLA_14.h @@ -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