-
Marlin Help
HY pps. Finaly i try to use Dual Stepper driver on Y Axis, but unfortunately didn't got any luck...
So the deal is, I’m struggling to activate the Dual_Y on Marlin.
The board in the case is a MKR Gen L V2.1 whit TMC2130 SPI drivers.
I already set the #define Y2_DRIVER_TYPE TMC2130 and the #define Y_DUAL_STEPPER_DRIVERS, got no luck at all.
Tryedchange pin of E1 to Y2 on ramps.pin too but got TMC connection Error.
Can please anyone help me.
-
In professional dual-drive systems, the second motor is slaved to the first. Driving into end-stops keeps them balanced.
-
And m8, how can i make the Y2 slave of Y axis ?
I battle this since yersterday...
jejus...
-
Can the driver take the torque of both steppers? It should equal out as the load will be halved with margin for extra resistance.
Typically slaving is done through the f/w drivers and encoders but a poor man's method is to parallel the motors and ram them into a stop to zero them with a torque setting under what would strip the belts. The driver wouldn't know the difference. Just account for your idle torque on the second motor. It is a compromise but I think the y-axis is overbuilt already. Best to just have them travel together. If they get out of sync, re-home and look to account for missed steps causing the offset. Once you got the torque dialed, it should be smooth sailing.
-
Finaly i got it.
MArlin only have the Verison pins_MKS_GEN_L_V2 and i have the V2.1 verison of the board. They change to pins only
the V2
#ifndef E1_SERIAL_RX_PIN
#defineE1_SERIAL_RX_PIN21
#endif
and now the V2.1 board
#ifndef E1_SERIAL_RX_PIN
#defineE1_SERIAL_RX_PIN12
#endif
Problem fonaly solved. JESUS IM dying here.... my brain hurts ...
tks m8

Originally Posted by
TommyDee
Can the driver take the torque of both steppers? It should equal out as the load will be halved with margin for extra resistance.
Typically slaving is done through the f/w drivers and encoders but a poor man's method is to parallel the motors and ram them into a stop to zero them with a torque setting under what would strip the belts. The driver wouldn't know the difference. Just account for your idle torque on the second motor. It is a compromise but I think the y-axis is overbuilt already. Best to just have them travel together. If they get out of sync, re-home and look to account for missed steps causing the offset. Once you got the torque dialed, it should be smooth sailing.
-
Post Thanks / Like - 0 Thanks, 1 Likes, 0 Dislikes
-
SixNix, I replied your message.
Since I only have one extruder, I use E1 as Y2 with Dual_Y on marlin, with 2130s on SPI and same amps. Anyway, I don't know why but Y2 driver tends to get hotter than normal, not enough to worry about it, but still there.
-
The second motor in a professional dual-drive system is a slave to the first. End-stop driving keeps them balanced.
-