summaryrefslogtreecommitdiff
path: root/Sprinter/Configuration.h
diff options
context:
space:
mode:
authorkliment <kliment.yanev@gmail.com>2011-11-16 07:22:49 -0800
committerkliment <kliment.yanev@gmail.com>2011-11-16 07:22:49 -0800
commitbb28b03aa2c064aa2e9e4e0e21b937719ba48743 (patch)
tree29b324361e5ecbd3d726e7b560435f14511e86f6 /Sprinter/Configuration.h
parent514eec1fee725648e30aec82db06f2ba5b53b98a (diff)
parentfa1a0e7def0c3c0049953639cc17b8a21e8da163 (diff)
Merge pull request #119 from pipakin/experimental
Block transfer
Diffstat (limited to 'Sprinter/Configuration.h')
-rw-r--r--Sprinter/Configuration.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h
index 950387a..be42e0b 100644
--- a/Sprinter/Configuration.h
+++ b/Sprinter/Configuration.h
@@ -50,9 +50,13 @@ const bool Z_ENDSTOP_INVERT = false;
// Comment out (using // at the start of the line) to disable SD support:
#define SDSUPPORT
-
//// ADVANCED SETTINGS - to tweak parameters
+#ifdef SDSUPPORT
+ //Fast transfer chunk size (> 1024 is unstable, change at your own risk).
+ #define SD_FAST_XFER_CHUNK_SIZE 1024
+#endif
+
#include "thermistortables.h"
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1