From 10782c770d683233bbe0d8399b080adc6f8e2ede Mon Sep 17 00:00:00 2001 From: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Thu, 9 Nov 2023 15:44:02 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Probe=20XY=20Offset=20followup?= =?UTF-8?q?=20(#26397)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Followup to #26267 --- Marlin/src/inc/Conditionals_LCD.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/src/inc/Conditionals_LCD.h b/Marlin/src/inc/Conditionals_LCD.h index 2706ca507084..a252edfb4a56 100644 --- a/Marlin/src/inc/Conditionals_LCD.h +++ b/Marlin/src/inc/Conditionals_LCD.h @@ -1465,8 +1465,8 @@ #undef Z_PROBE_ERROR_TOLERANCE #undef MULTIPLE_PROBING #undef EXTRA_PROBING - #undef Z_PROBE_OFFSET_RANGE_MIN - #undef Z_PROBE_OFFSET_RANGE_MAX + #undef PROBE_OFFSET_ZMIN + #undef PROBE_OFFSET_ZMAX #undef PAUSE_BEFORE_DEPLOY_STOW #undef PAUSE_PROBE_DEPLOY_WHEN_TRIGGERED #undef PROBING_HEATERS_OFF