You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Helping a friend with his machine I wanted to know if the TMC2225 & TMC2209 are set to use UART or not and when looking through the source files noted that the steppers are set to A4988.
So this means that the drives are been run in standalone mode badly missing out on a lot of the reason to use TMC drivers in the first place.
The text was updated successfully, but these errors were encountered:
Right but the hardware is not capable is what I'm getting at. The hardware design is not ideal. I was told, and I'm not sure I necessarily believe it, that since they're not physically connected in a way that supports uart or spi that the A4988 definition rather than a TMC2209_STANDALONE definition doesn't really make a difference.
I do agree there's a lot of potential left on the table due to poor choices.
Helping a friend with his machine I wanted to know if the TMC2225 & TMC2209 are set to use UART or not and when looking through the source files noted that the steppers are set to A4988.
So this means that the drives are been run in standalone mode badly missing out on a lot of the reason to use TMC drivers in the first place.
The text was updated successfully, but these errors were encountered: