summaryrefslogtreecommitdiff
path: root/Sprinter/Configuration.h
diff options
context:
space:
mode:
authorAhmet Cem TURAN <ahmetcemturan@gmail.com>2011-07-06 05:59:27 -0700
committerAhmet Cem TURAN <ahmetcemturan@gmail.com>2011-07-06 05:59:27 -0700
commite5cb83f4aa28cdfc6ff393463ff445869db3502d (patch)
tree7af1c72fe9e4df32d4ff5f0437e17dd3c0a7cd04 /Sprinter/Configuration.h
parent8dafab9b9a51ae91e1a5c5f5f03e7e2d6ba5be01 (diff)
Put some notes in for gen6 users..
Diffstat (limited to 'Sprinter/Configuration.h')
-rw-r--r--Sprinter/Configuration.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h
index de2af79..8bccfcc 100644
--- a/Sprinter/Configuration.h
+++ b/Sprinter/Configuration.h
@@ -80,7 +80,7 @@ bool axis_relative_modes[] = {false, false, false, false};
//#define STEP_DELAY_MICROS 1
// Step delay over interval ratio. If you are still experiencing missing steps, try to uncomment the following line, but be aware this
-// If you enable this, make sure STEP_DELAY_MICROS is disabled.
+// If you enable this, make sure STEP_DELAY_MICROS is disabled. (except for Gen6: both need to be enabled.)
//#define STEP_DELAY_RATIO 0.25
// Comment this to disable ramp acceleration
@@ -121,7 +121,7 @@ long max_travel_acceleration_units_per_sq_second[] = {500,500,50}; // X, Y, Z ma
// It also defines the max milliseconds interval after which a travel move is not considered so for the sake of this feature.
#define DISABLE_CHECK_DURING_TRAVEL 1000
-//// Temperature smoothing - only uncomment this if your temp readings are noisy
+//// Temperature smoothing - only uncomment this if your temp readings are noisy (Gen6 without EvdZ's 5V hack)
//#define SMOOTHING 1
//#define SMOOTHFACTOR 16 //best to use a power of two here - determines how many values are averaged together by the smoothing algorithm