summaryrefslogtreecommitdiff
path: root/Sprinter
diff options
context:
space:
mode:
authorblddk <michael.andresen@gmail.com>2012-01-22 15:28:46 +0100
committerblddk <michael.andresen@gmail.com>2012-01-22 15:28:46 +0100
commiteb7a192c945677d09ddd669cc047480bc5ddeeae (patch)
tree6cf5e637e3818cf19f22e794b542a7141e1d505f /Sprinter
parente7fb583df933a7012f2c42d84375b99ced0202c4 (diff)
Added option to set a delay after enabling a stepper driver, default turned off to keep current behavior.
Diffstat (limited to 'Sprinter')
-rw-r--r--Sprinter/Configuration.h3
1 files changed, 3 insertions, 0 deletions
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;