TMCStepper icon indicating copy to clipboard operation
TMCStepper copied to clipboard

Results 148 TMCStepper issues
Sort by recently updated
recently updated
newest added

Hi there, I'm trying to run stallguard for homeing and tried several methodes, however [#191](https://github.com/teemuatlut/TMCStepper/issues/191) helped me most. Anyway I got a strange behaviour. Simply running 5000 pulses (@ 16...

I am using TMC2160 to drive a stepper motor with an esp32. When I try to compile the code I get an error: Arduino: 1.8.19 (Windows Store 1.8.57.0) (Windows 10),...

I'm working on a custom driver board (10x TMC5160s) and need to change the communication speed for troubleshooting, because communication with the driver chips is not working reliably and I...

Hi there, i was looking and testing for this a lot but didn´t find a satisfactory solution on how to make a smoother transition between stealthChop and spreadCyle when the...

I had a question about running multiple drivers. Currently, I'm using software SPI with 4 different drivers, but each driver has different pins. For example, stepper 1 uses A0-A3, stepper...

Hi there, I am using the TMC5160 with a custom setup for driving actuators, I used them quite for a while with different setups and length and everything always worked...

Hallo Im trying to use the XTARGET and the motion controller to control my stepper motor. teemuatlut posted an example for the exakt same problem. https://github.com/teemuatlut/TMCStepper/issues/157#issuecomment-721960004 Unfortunatly it doesnt work...

This PR adds a method to force the usage of HW/SW serial, while still maintaining backwards compatibility. This new method can be used together with [small changes](https://github.com/skruppy/Marlin/commit/c53622b1a4f9aa285f70f11759a1cf8bc344d781) to Marlin to...

Hi ! This is not an issue, I'm the issue because i'm a really noob about code ... But thank's for your cool and hard work about TMC chips. My...

I have used this library with other drivers and everything works great. Right now I am trying to port my firmware that I wrote for my TMC5130 to this library...