moving problem
I have rostock mini pro. I have problem with manual control (I didn't try print because manual control not work correctly).
When I move the head, one or more axis stop after a few time and not move according to the command. Later the stooped axis move again.
I have arduino mega 2560 clone ramps 1.4 and drv8825 stepper motor drivers.
I changed STEPPER_HIGH_DELAY and DIRECTION_DELAY in my config, because I found these in forum similar problem, but these didn't resolve my problem.
#define STEPPER_HIGH_DELAY 2
#define DIRECTION_DELAY 1
When I move the head, one or more axis stop after a few time and not move according to the command. Later the stooped axis move again.
I have arduino mega 2560 clone ramps 1.4 and drv8825 stepper motor drivers.
I changed STEPPER_HIGH_DELAY and DIRECTION_DELAY in my config, because I found these in forum similar problem, but these didn't resolve my problem.
#define STEPPER_HIGH_DELAY 2
#define DIRECTION_DELAY 1
Comments