diff options
-rw-r--r-- | Sprinter/Configuration.h | 6 |
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 //----------------------------------------------------------------------- |