From 9da9fa4b48f7778fd26b06b39d362596285893cd Mon Sep 17 00:00:00 2001 From: sitic Date: Tue, 22 Jun 2021 12:06:07 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20CR-10=20V2=20w/out=20BLTou?= =?UTF-8?q?ch=20(#523)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/examples/Creality/CR-10 V2/Configuration_adv.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/examples/Creality/CR-10 V2/Configuration_adv.h b/config/examples/Creality/CR-10 V2/Configuration_adv.h index d611cd8296..869cffa067 100644 --- a/config/examples/Creality/CR-10 V2/Configuration_adv.h +++ b/config/examples/Creality/CR-10 V2/Configuration_adv.h @@ -1937,7 +1937,9 @@ * Repeatedly attempt G29 leveling until it succeeds. * Stop after G29_MAX_RETRIES attempts. */ -#define G29_RETRY_AND_RECOVER +#if ENABLED(CR10V2_BLTOUCH) + #define G29_RETRY_AND_RECOVER +#endif #if ENABLED(G29_RETRY_AND_RECOVER) #define G29_MAX_RETRIES 3 #define G29_HALT_ON_FAILURE