From 70514ce33b99d2c945f1d87aa213adb178256929 Mon Sep 17 00:00:00 2001 From: Emanuele Caruso Date: Fri, 8 Apr 2011 07:04:51 +0200 Subject: Improved acceleration algorithm: now you can set minimum feedrate speed --- Tonokip_Firmware/configuration.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Tonokip_Firmware/configuration.h') diff --git a/Tonokip_Firmware/configuration.h b/Tonokip_Firmware/configuration.h index 646c476..704fdae 100644 --- a/Tonokip_Firmware/configuration.h +++ b/Tonokip_Firmware/configuration.h @@ -9,7 +9,8 @@ #define SDSUPPORT 1 //Acceleration settings -float full_velocity_units = 3.0; +float full_velocity_units = 10.0; // the units between minimum and G1 move feedrate +float min_units_per_second = 35.0; // the minimum feedrate // THERMOCOUPLE SUPPORT UNTESTED... USE WITH CAUTION!!!! const bool USE_THERMISTOR = true; //Set to false if using thermocouple -- cgit v1.2.1