From 44ef6e2b70c8a68913f10aab550422b9ad351e37 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 4 May 2025 15:19:22 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20Y=5FSTOP=5FPIN=20alias=20f?= =?UTF-8?q?or=20Y=5FMAX=5FPIN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/src/pins/pins_postprocess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/pins/pins_postprocess.h b/Marlin/src/pins/pins_postprocess.h index 4d2455bd31..a18c099196 100644 --- a/Marlin/src/pins/pins_postprocess.h +++ b/Marlin/src/pins/pins_postprocess.h @@ -638,7 +638,7 @@ #endif #elif Y_HOME_TO_MIN #define Y_STOP_PIN Y_MIN_PIN - #elif X_HOME_TO_MAX + #elif Y_HOME_TO_MAX #define Y_STOP_PIN Y_MAX_PIN #endif #if !defined(Y2_STOP_PIN) && ENABLED(Y_DUAL_ENDSTOPS) && PIN_EXISTS(Y_STOP)