From d22c0fbf361885a38f83814bc5ee34488edeb00c Mon Sep 17 00:00:00 2001 From: Emanuele Caruso Date: Sun, 1 May 2011 04:36:45 +0200 Subject: Added configuration parameter for delaying steps, STEP_DELAY_RATIO. This should be manually enabled in configuration.h if you are experiencing missing steps. Please be aware that enabling it may also prevent your motor from reaching the nominal speed. --- Tonokip_Firmware/configuration.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Tonokip_Firmware/configuration.h') diff --git a/Tonokip_Firmware/configuration.h b/Tonokip_Firmware/configuration.h index b8e477c..019a9fd 100644 --- a/Tonokip_Firmware/configuration.h +++ b/Tonokip_Firmware/configuration.h @@ -8,6 +8,10 @@ //Comment out to disable SD support #define SDSUPPORT 1 +//Step delay over interval ratio. If you are experiencing missing steps, try to uncomment the following line, but be aware this +//may probably prevent the motors to reach the nominal speed +//#define STEP_DELAY_RATIO 0.05 + //Acceleration settings float full_velocity_units = 10; // the units between minimum and G1 move feedrate float travel_move_full_velocity_units = 10; // used for travel moves -- cgit v1.2.1