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

TMC2209: Support stealthchop #17

Open
wakass opened this issue Dec 25, 2024 · 1 comment
Open

TMC2209: Support stealthchop #17

wakass opened this issue Dec 25, 2024 · 1 comment

Comments

@wakass
Copy link

wakass commented Dec 25, 2024

The 2209 does support stealthchop, so the following line should probably not force it off. Enabling it manually leads to no problems on my end.

#define TMC_STEALTHCHOP 0 // not supported

On a side note: Not sure what a sane default value for this variable is. I would tend to enabling it by default (unless not supported), also in part because the noises my motors made in coolstep mode was quite brutal (although this could be due to some other settings in combination)

@terjeio
Copy link
Contributor

terjeio commented Dec 26, 2024

Oops, it is the 2660 that does not support StealthChop - will fix.
What the default for this and other variables should be I do not know, it seems to me that it requires deep knowledge of how the drivers work. I do not have that.

BTW default mode was changed to CoolStep a while back due to user feedback.

terjeio added a commit that referenced this issue Dec 26, 2024
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