summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidopple <mdoppler@gmx.at>2012-04-24 15:13:01 +0200
committermidopple <mdoppler@gmx.at>2012-04-24 15:13:01 +0200
commit468dfeea600b3c8870df136e300c294c08ed7d06 (patch)
treee83b4d339686687d948cd0900590561f0ae63d31
parent4e9cf992e1bbba5ac17bb1a7f2ceb2d2f32e370b (diff)
Fix commit Text
-rw-r--r--Sprinter/Configuration.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h
index 7fcedb2..9f76861 100644
--- a/Sprinter/Configuration.h
+++ b/Sprinter/Configuration.h
@@ -152,9 +152,9 @@ const int NUM_AXIS = 4; // The axis order in all axis related arrays is X, Y, Z,
#define MAX_STEP_FREQUENCY 30000 // Max step frequency
-//For the retract (negative Extruder) move this Feedrate is used
-//The next positive Extruder move use also this feedrate,
-//then for the next (second after retract) move the original Feedrate is used
+//For the retract (negative Extruder) move this maxiumum Limit of Feedrate is used
+//The next positive Extruder move use also this Limit,
+//then for the next (second after retract) move the original Maximum (_MAX_FEEDRATE) Limit is used
#define MAX_RETRACT_FEEDRATE 100 //mm/sec
//-----------------------------------------------------------------------