From 468dfeea600b3c8870df136e300c294c08ed7d06 Mon Sep 17 00:00:00 2001 From: midopple Date: Tue, 24 Apr 2012 15:13:01 +0200 Subject: Fix commit Text --- Sprinter/Configuration.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Sprinter/Configuration.h') 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 //----------------------------------------------------------------------- -- cgit v1.2.1