From 15ed65dbad14afde0bf485d4c9b7fd08dc1d15fb Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Sun, 10 Apr 2011 15:55:28 +0200 Subject: [PATCH] No SEARCH_FEEDRATE_E, as E can't be searched. --- config.gen3.h | 2 +- config.gen6.h | 2 +- config.h.dist | 2 +- config.ramps.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.gen3.h b/config.gen3.h index 995b762..0f40d74 100644 --- a/config.gen3.h +++ b/config.gen3.h @@ -79,7 +79,7 @@ #define SEARCH_FEEDRATE_X 50 #define SEARCH_FEEDRATE_Y 50 #define SEARCH_FEEDRATE_Z 50 -#define SEARCH_FEEDRATE_E 50 +// no SEARCH_FEEDRATE_E, as E can't be searched /// this is how many steps to suck back the filament by when we stop. set to zero to disable #define E_STARTSTOP_STEPS 20 diff --git a/config.gen6.h b/config.gen6.h index f641454..d14e9a3 100644 --- a/config.gen6.h +++ b/config.gen6.h @@ -79,7 +79,7 @@ #define SEARCH_FEEDRATE_X 50 #define SEARCH_FEEDRATE_Y 50 #define SEARCH_FEEDRATE_Z 50 -#define SEARCH_FEEDRATE_E 50 +// no SEARCH_FEEDRATE_E, as E can't be searched /// this is how many steps to suck back the filament by when we stop. set to zero to disable #define E_STARTSTOP_STEPS 20 diff --git a/config.h.dist b/config.h.dist index f21069e..1765d84 100644 --- a/config.h.dist +++ b/config.h.dist @@ -78,7 +78,7 @@ #define SEARCH_FEEDRATE_X 50 #define SEARCH_FEEDRATE_Y 50 #define SEARCH_FEEDRATE_Z 50 -#define SEARCH_FEEDRATE_E 50 +// no SEARCH_FEEDRATE_E, as E can't be searched /// this is how many steps to suck back the filament by when we stop. set to zero to disable #define E_STARTSTOP_STEPS 20 diff --git a/config.ramps.h b/config.ramps.h index 470621b..463d71e 100644 --- a/config.ramps.h +++ b/config.ramps.h @@ -84,7 +84,7 @@ #define SEARCH_FEEDRATE_X 50 #define SEARCH_FEEDRATE_Y 50 #define SEARCH_FEEDRATE_Z 1 -#define SEARCH_FEEDRATE_E 50 +// no SEARCH_FEEDRATE_E, as E can't be searched /// this is how many steps to suck back the filament by when we stop. set to zero to disable #define E_STARTSTOP_STEPS 0