From 10fd6df83d67a818141816501e47b8665fa91ef2 Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Wed, 23 Mar 2022 09:48:01 -0400 Subject: [PATCH] Update Configuration.h --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index ed238de601..9910e9758f 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1635,7 +1635,7 @@ #define J_MAX_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop. #define K_MAX_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop. -#if NONE(ABL_EZABL, MachineCR2020) +#if NONE(ABL_EZABL, MachineCR2020, MachineCR5) #define Z_MIN_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop. #define Z_MIN_PROBE_ENDSTOP_INVERTING false // set to true to invert the logic of the probe. #else