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

add support tmc2209 #14215

Closed
wants to merge 51 commits into from
Closed

add support tmc2209 #14215

wants to merge 51 commits into from

Conversation

bigtreetech
Copy link
Contributor

@bigtreetech bigtreetech commented Jun 4, 2019

Description

Add support for Trinamic TMC2209 stepper drivers.

Benefits

  1. Add stallGuard detection function.
  2. Add slave address. TMC2209 slave address can be set from 0x00 to 0x03 (up to 4 TMC2209s per UART port).

Considerations

This version needs the TMC driver library version >=0.3.6. See TMC libraries update

@thinkyhead
Copy link
Member

This branch is kind of messed up. I have repaired it, but I am not able to push the result to your fork. If you would like to fix this PR please use Git Console to run the following commands:

git remote add -f thinkyhead https://github.com/thinkyhead/Marlin.git

git checkout marlin-2.0-for-tmc2209
git reset --hard thinkyhead/bf2_tmc2209_14215
git push -f

git remote remove thinkyhead
git prune ; git gc

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

Successfully merging this pull request may close these issues.

None yet

3 participants