Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect stepper divers in 'configuartion.h' #68

Open
lordgitface opened this issue Apr 11, 2023 · 3 comments
Open

Incorrect stepper divers in 'configuartion.h' #68

lordgitface opened this issue Apr 11, 2023 · 3 comments

Comments

@lordgitface
Copy link

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.

@mlee12382
Copy link

They are not being run in uart or spi. There is no way to set them up that way either.

@lordgitface
Copy link
Author

I know they are not being run in UART mode as stated originally.

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.

@mlee12382
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants