-
-
Notifications
You must be signed in to change notification settings - Fork 384
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
TMC5160 #45
Comments
I assume so, but there may be few things we could try to fix it in FluidNC. I could create a test branch with the changes, but there is no guarantee it will be fixed. |
Ok, a friend will let me play with his 3d printer drivers. I will try to run some tests this we :) |
OK, test the main branch first. Run some gcode through a full range of current levels. I will create a new branch for you to compare it with. That will take a day or 2. |
I think it is fixed. Try the Trinamic branch. |
I just try the trinamic branch and the bug is still here (running 1A, holding 0.75A) using coolstep as well as stealthchop mode. axes:
y:
z:
spi: sdcard: probe: macros: start: PWM: ` |
What is happening exactly. |
Motors (random position) stops working but the gcode continue. |
It might be a problem we cannot fix in firmware. |
maybe, i'll run it with my tmc2130 to be sure. |
Can you please double and triple-check that you have the right branch? https://github.com/bdring/FluidNC/tree/Trinamic is the right one, not to be confused with the TMCsomething branch. You can spot it in the TrinamicSPI class with all the if's if you look for 5160 and 2130. The boot message of Fluidnc should also dump the version with the git tag. |
FWIW: It has been pushed to main already. |
Ok, you were right, I did swap the TMC5160 with another (thanks for 3d printer to have so much drivers :)) and no more problems. |
Great. Thanks for the help and patience as we iron out the wrinkles in beta mode. Here is a link to our Discord server. |
Hi
Is the bug with grbl-esp32 and TMC5160 still present in FluidNC? I would like to use stealthchop but with higher Amps than allowed with TMC2130. (I do not have the drivers for now)
Thanks !
The text was updated successfully, but these errors were encountered: