summaryrefslogtreecommitdiff
path: root/Sprinter/Configuration.h
diff options
context:
space:
mode:
authormidopple <mdoppler@gmx.at>2012-06-27 09:31:18 -0700
committermidopple <mdoppler@gmx.at>2012-06-27 09:31:18 -0700
commit840c11de71fab4d70a4dc80467019d758783bce1 (patch)
tree995c686ba0663aace262db1ea5ecbde63aead0c7 /Sprinter/Configuration.h
parent7975010946b2acbf97ea24fc9d621738c2514e16 (diff)
parent890038c93eb381f644194552ea08374ad89a07af (diff)
Merge pull request #194 from felipesanches/refactor_eeprom2
Refactor eeprom routines
Diffstat (limited to 'Sprinter/Configuration.h')
-rw-r--r--Sprinter/Configuration.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h
index 37d94ce..f5a5730 100644
--- a/Sprinter/Configuration.h
+++ b/Sprinter/Configuration.h
@@ -199,6 +199,8 @@ const long min_time_before_dir_change = 30; //milliseconds
#define DEFAULT_MINIMUMFEEDRATE 0.0 // minimum feedrate
#define DEFAULT_MINTRAVELFEEDRATE 0.0
+#define _MIN_SEG_TIME 20000
+
// If defined the movements slow down when the look ahead buffer is only half full
#define SLOWDOWN