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

Found a typo in trinamic.c #8

Open
rcKeith opened this issue Oct 25, 2023 · 0 comments
Open

Found a typo in trinamic.c #8

rcKeith opened this issue Oct 25, 2023 · 0 comments

Comments

@rcKeith
Copy link

rcKeith commented Oct 25, 2023

Hi
I was struggling to get the XYZA to show up in ioSender as the screenshot shows
I know I could just set it via the interface but I will be offering the firmware as a free download to the CNC foam-cutting community and I'm sure I would get some users who would struggle. So the aim is to make all the defaults in the eeprom.
image
and after a few hours of head scratching and searching the code I found at line 424 in trinamic.c
trinamic.driver_enable.z = TMC_A_ENABLE;
changed it to
trinamic.driver_enable.a = TMC_A_ENABLE;
image
All working fine now, thanks for a great library. This going to power a 4-axis foam cutter using the SKR Pico. I had great success with the grbl Mega 5X but it is time to move on now. Should have some videos out soon.
Keith

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

1 participant