Tb6600
I'm running repetier firmware on ramps. I want to use tb6600 but the motors do not spin at all. Wiring is fine. When I test it with simple code just to turn the motor is working. Using firmware it doesn't spin.
I know I have to change timings but it's a mess for me.
Could anyone upload the firmware with these settings already applied ?
Thanks in advance.
I know I have to change timings but it's a mess for me.
Could anyone upload the firmware with these settings already applied ?
Thanks in advance.
Comments
#define Y_ENABLE_ON 1
#define Z_ENABLE_ON 1
#define DIRECTION_DELAY 1
#define ALLOW_QUADSTEPPING 1
#define DOUBLE_STEP_DELAY 2
It doesn't spin at all. I have tried higher delays.
Would you mind sharing the wiring ?
#define Y_ENABLE_ON 1
#define Z_ENABLE_ON 1
That is not correct !
En+ , CLK+ and CW+ get bridged an connected to +5V
en- to enable
clk- to step
cw- to dir
and in configuration.h (yours is not attached)
#define Y_ENABLE_ON 1
#define Z_ENABLE_ON 1
#define Y_ENABLE_ON 1
#define Z_ENABLE_ON 1
#define DIRECTION_DELAY 2
#define STEP_DOUBLER_FREQUENCY 12000
#define ALLOW_QUADSTEPPING 1
#define DOUBLE_STEP_DELAY 2 // time in microseconds
#define Y_ENABLE_ON 0
#define Z_ENABLE_ON 0