summaryrefslogtreecommitdiff
path: root/Tonokip_Firmware/configuration.h
diff options
context:
space:
mode:
authorEmanuele Caruso <emanuele.caruso@gmail.com>2011-04-25 23:35:00 +0200
committerEmanuele Caruso <emanuele.caruso@gmail.com>2011-04-25 23:37:23 +0200
commit3a57b653387a21414b17d6ffebefb6ab94b184da (patch)
treeac91230554b484777b7a0a80c9fc1035392f904b /Tonokip_Firmware/configuration.h
parentbdf475b6e7e24ea0a67065a95aa1b64e93c4478b (diff)
Added separate acceleration configuration parameter for travel moves
Diffstat (limited to 'Tonokip_Firmware/configuration.h')
-rw-r--r--Tonokip_Firmware/configuration.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tonokip_Firmware/configuration.h b/Tonokip_Firmware/configuration.h
index 362c2d2..44d690d 100644
--- a/Tonokip_Firmware/configuration.h
+++ b/Tonokip_Firmware/configuration.h
@@ -10,6 +10,7 @@
//Acceleration settings
float full_velocity_units = 10; // the units between minimum and G1 move feedrate
+float travel_move_full_velocity_units = 3; // used for travel moves
float min_units_per_second = 35.0; // the minimum feedrate
float min_constant_speed_units = 2; // the minimum units of an accelerated move that must be done at constant speed
// Note that if the move is shorter than this value, acceleration won't be perfomed,