-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Coolstep for TMC2130, 2209, 5130, 5160"
Reverting #16790 as not ready for primetime.
- Loading branch information
1 parent
28b48fc
commit 18a7276
Showing
4 changed files
with
9 additions
and
352 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
18a7276
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @thinkyhead, what was the issue here? Something I can help with?
18a7276
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default CoolStep config values we merged left it on and with thresholds that may have been too low, causing drivers to run with 1/4 of the current which is 1/16 of the torque and can easily cause some stalls.
There is also some noise coming from the config change for double stepper axis which seems to have caused axis sync issues as reported here: #16823 and here: #16819.
We can talk about other concerns you may have, but I believe we could bring it back disabled by default with some more comments on how to enable and tune it, as well as documentation on the Marlin website.
Let me know if that is ok with you and I'll start the PRs.
18a7276
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At this time @teemuatlut informs us that these settings are not ready for user exposure.
18a7276
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, @teemuatlut, do you have any specific concerns I can try to address?
I believe the driver type auto-assignment which went in the same change had some kinks to iron out and that got confused with being caused by CoolStep.
I understand the desire to make the feature user friendly, but CoolStep like StealthGuard needs individual tuning for each machine.