From f92825084ad130554c866e1f2e06389367d32e6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Garc=C3=AAs?= Date: Sat, 10 Oct 2020 19:37:13 +0100 Subject: [PATCH] Fully disabled software endstops --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 4c7b791335e1..0b51d1e9f17a 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1145,7 +1145,7 @@ #endif // Max software endstops constrain movement within maximum coordinate bounds -#define MAX_SOFTWARE_ENDSTOPS +//#define MAX_SOFTWARE_ENDSTOPS #if ENABLED(MAX_SOFTWARE_ENDSTOPS) #define MAX_SOFTWARE_ENDSTOP_X #define MAX_SOFTWARE_ENDSTOP_Y