From b136a652c4a244038d0db40894e3558805d7c73a Mon Sep 17 00:00:00 2001 From: kliment Date: Sun, 17 Jul 2011 14:02:35 +0200 Subject: Add extra config for homing feedrate - fixes #28 --- Sprinter/Configuration.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Sprinter/Configuration.h') diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h index a9cb67f..5f1e1d4 100644 --- a/Sprinter/Configuration.h +++ b/Sprinter/Configuration.h @@ -84,6 +84,7 @@ bool axis_relative_modes[] = {false, false, false, false}; // If you enable this, make sure STEP_DELAY_MICROS is disabled. (except for Gen6: both need to be enabled.) //#define STEP_DELAY_RATIO 0.25 +float homing_feedrate[] = {1500,1500,120}; // Comment this to disable ramp acceleration #define RAMP_ACCELERATION 1 -- cgit v1.2.1