From ece37ba0fce3a95bbd7e4e1fefa3072eb8738c5a Mon Sep 17 00:00:00 2001 From: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Mon, 6 May 2024 15:41:47 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20broken=20ENDSTOPPULLUP=5FZ?= =?UTF-8?q?MIN=5FPROBE=20(#27022)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: ellensp <530024+ellensp@users.noreply.github.com> --- Marlin/src/inc/Conditionals_post.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/inc/Conditionals_post.h b/Marlin/src/inc/Conditionals_post.h index 6794087ca4..4e18fd3938 100644 --- a/Marlin/src/inc/Conditionals_post.h +++ b/Marlin/src/inc/Conditionals_post.h @@ -2852,7 +2852,7 @@ #ifndef PROBE_OFFSET_YMAX #define PROBE_OFFSET_YMAX 50 #endif - #if ALL(ENDSTOPPULLUPS, USE_Z_MIN_PROBE) + #if ALL(ENDSTOPPULLUPS, HAS_Z_MIN_PROBE_PIN) #define ENDSTOPPULLUP_ZMIN_PROBE #endif #ifndef XY_PROBE_FEEDRATE