From 6c528e63eb10404aeac4239d9def18233c8b7c86 Mon Sep 17 00:00:00 2001 From: Silvio Didonna Date: Sat, 2 Apr 2016 16:54:59 +0200 Subject: [PATCH] max endstops disabled. Stock Prusa i3 Hephestos have min endstops. --- Marlin/example_configurations/Hephestos/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/example_configurations/Hephestos/Configuration.h b/Marlin/example_configurations/Hephestos/Configuration.h index 6a0b957093..5ac052a116 100644 --- a/Marlin/example_configurations/Hephestos/Configuration.h +++ b/Marlin/example_configurations/Hephestos/Configuration.h @@ -325,7 +325,7 @@ const bool X_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of const bool Y_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop. const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop. const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop. -//#define DISABLE_MAX_ENDSTOPS +#define DISABLE_MAX_ENDSTOPS //#define DISABLE_MIN_ENDSTOPS // If you want to enable the Z probe pin, but disable its use, uncomment the line below.