From eb7a192c945677d09ddd669cc047480bc5ddeeae Mon Sep 17 00:00:00 2001 From: blddk Date: Sun, 22 Jan 2012 15:28:46 +0100 Subject: Added option to set a delay after enabling a stepper driver, default turned off to keep current behavior. --- Sprinter/Configuration.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Sprinter') diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h index 344a7bd..250a2d2 100644 --- a/Sprinter/Configuration.h +++ b/Sprinter/Configuration.h @@ -66,6 +66,9 @@ const bool Z_ENDSTOP_INVERT = false; #define Z_ENABLE_ON 0 #define E_ENABLE_ON 0 +//Uncomment if you have problems with a stepper driver enabeling too late, this will also set how many microseconds delay there will be after enabeling the driver +//#define DELAY_ENABLE 15 + // Disables axis when it's not being used. const bool DISABLE_X = false; const bool DISABLE_Y = false; -- cgit v1.2.1