-
-
Notifications
You must be signed in to change notification settings - Fork 19.5k
Trinamic TMC2240 #25974
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
Trinamic TMC2240 #25974
Conversation
Edit: Alan over at BTT just responded to me and said these are setup/configured via SPI as the factory default. TMC2240 hardware details have been uploaded: https://github.com/bigtreetech/BIGTREETECH-Stepper-Motor-Driver/tree/master/TMC2240 ![]() |
e79acce
to
2dbd4a0
Compare
I've finally got a set of these drivers in so I can test them out when code is ready. |
2dbd4a0
to
bd3ce50
Compare
bd3ce50
to
e1d086d
Compare
@thisiskeithb I am not quite sure what exactly I am doing wrong, as I can't get it to complie. 🤷🏻♂️ |
No. There's still more work that needs to be done before I test things out. |
@thinkyhead |
@discip: This PR is still open & pending, so support will be added in due time. |
e1d086d
to
8f7215e
Compare
Thanks! 👍🏻 |
8f7215e
to
56e2961
Compare
c624e13
to
e6f1b07
Compare
56e2961
to
07824c0
Compare
e73e445
to
2967a06
Compare
37d77d6
to
aa44542
Compare
1b656e9
to
71d04f5
Compare
71d04f5
to
750ff39
Compare
750ff39
to
8834f05
Compare
4354891
to
efa1758
Compare
8834f05
to
6f0ded5
Compare
3d2bda7
to
b5b0237
Compare
Wondering if slew rate and current range should be configurable at run time so the user can test noise & heat |
0f801ab
to
b2c253f
Compare
Co-Authored-By: David Buezas <[email protected]>
b2c253f
to
dea3272
Compare
MarlinFirmware/Marlin#25974 Co-Authored-By: David Buezas <[email protected]>
MarlinFirmware/Marlin#25974 Co-Authored-By: David Buezas <[email protected]>
Add support for Trinamic TMC2240 stepper drivers. Assuming they have the same capabilities as TMC2209 based on the changes in
drivers.h
and elsewhere.