summaryrefslogtreecommitdiff
path: root/Sprinter/Configuration.h
diff options
context:
space:
mode:
authormidopple <mdoppler@gmx.at>2012-04-24 13:25:54 +0200
committermidopple <mdoppler@gmx.at>2012-04-24 13:25:54 +0200
commit4e9cf992e1bbba5ac17bb1a7f2ceb2d2f32e370b (patch)
tree915c3f5a333896f41010650e5f7ed80bebc1f6b9 /Sprinter/Configuration.h
parent0e3d2ecea48db61705703f53b4e877c7e3035dd6 (diff)
Extra Retract Feedrate for Extruder
- Use extra extruder feedrate limit for reverse moves, and also the first forward move after a reverse
Diffstat (limited to 'Sprinter/Configuration.h')
-rw-r--r--Sprinter/Configuration.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h
index e403de5..7fcedb2 100644
--- a/Sprinter/Configuration.h
+++ b/Sprinter/Configuration.h
@@ -152,6 +152,10 @@ 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
+#define MAX_RETRACT_FEEDRATE 100 //mm/sec
//-----------------------------------------------------------------------
//// Not used at the Moment