From 4b9b66b8a6419e92df9dbccd97f8f6786107333a Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Tue, 16 Nov 2021 12:16:54 +0100 Subject: [PATCH] Fix in BLT Config --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index b5605907..84a71bcf 100755 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1373,7 +1373,7 @@ * The probe replaces the Z-MIN endstop and is used for Z homing. * (Automatically enables USE_PROBE_FOR_Z_HOMING.) */ -#if ENABLED(KNUTWURST_4MAXP2) +#if BOTH(KNUTWURST_BLTOUCH, KNUTWURST_4MAXP2) #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN #endif