diff options
author | Emanuele Caruso <emanuele.caruso@gmail.com> | 2011-04-25 23:38:27 +0200 |
---|---|---|
committer | Emanuele Caruso <emanuele.caruso@gmail.com> | 2011-04-25 23:39:27 +0200 |
commit | 00bbafb11a07c15b199549da363b646981322095 (patch) | |
tree | 977743e82f58fa6a783082e2ce912a1c5485069c /Tonokip_Firmware | |
parent | 3a57b653387a21414b17d6ffebefb6ab94b184da (diff) | |
parent | d432e22dc1130325f91139c84c4abe63edd38e75 (diff) |
Merge remote branch 'origin/master'
Diffstat (limited to 'Tonokip_Firmware')
-rw-r--r-- | Tonokip_Firmware/configuration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tonokip_Firmware/configuration.h b/Tonokip_Firmware/configuration.h index 44d690d..e5e0e5f 100644 --- a/Tonokip_Firmware/configuration.h +++ b/Tonokip_Firmware/configuration.h @@ -10,7 +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 travel_move_full_velocity_units = 10; // 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, |