From 5243d8b523098b241061c554280c394f126c7df5 Mon Sep 17 00:00:00 2001 From: AnHardt Date: Mon, 13 Jul 2015 00:51:39 +0200 Subject: [PATCH] Deactivate DEACTIVATE_SERVOS_AFTER_MOVE by default --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index c0f3ab877..3bb02ba75 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -772,7 +772,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic // If your servo does not reach the requested position, enlarge the time. // You MUST HAVE the SERVO_ENDSTOPS defined to use here a value higher than zero otherwise your code will not compile. // -#define DEACTIVATE_SERVOS_AFTER_MOVE +//#define DEACTIVATE_SERVOS_AFTER_MOVE #ifdef DEACTIVATE_SERVOS_AFTER_MOVE #define SERVO_DEACTIVATION_DELAY 300