TMCStepper icon indicating copy to clipboard operation
TMCStepper copied to clipboard

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

### Bug Description TMC software SPI is running too fast and 40bits setup messages not fully sent to drivers, resulting in random and anarchic driver configuration. Also drivers reporting (reading)...

Hello, `TMC2130Stepper driver = TMC2130Stepper(CS_PIN, R_SENSE, SW_MOSI, SW_MISO, SW_SCK); // Software SPI` i cannot define software spi in 0.5.1 version.I'm getting this error `src/main.cpp:28:81: error: call of overloaded 'TMC2130Stepper(int, double,...

Hi, I've just bought SKR E3 DIP board with tcm2208 v3.0 drivers. I've compiled the latest marlin. My problem is that the Z axis driver is not set as expected....

Hello! Thank you for the perfect library. I tried to use it with Arduino Nano Every, however I cannot compile the example program since this board has a different architecture...

Hi, I cannot get sensorless homing to work with above setup. At present normal movement commands work fine (but ignore endstops) Homing causes any axis to move slightly around its...

Doesn't like SoftwareSerial.h, see below. It compiles fine if I remove the SoftwareSerial include on line 23 of TMCStepper.h. Dependency Graph |-- 0.6.0 | |-- 1.0 | |-- 1.0 Building...

Would be nice if also listed which stepper drivers support which Trinamic advanced control features and version of that feature, such as StealthChop, SpreadCycle, StallGuard / StallGuard2 (v1 & v2),...

Add or verify support for Trinamic TMC2220 stepper drivers and state so in README file? A similar request to that of #90 @teemuatlut if TMC2220 is already supported then maybe...

Add or verify support for Trinamic TMC2202 stepper drivers and state so in README file? A similar request to that of #90 @teemuatlut if TMC2202 is already supported then maybe...

I use the tmc2660 stepper driver on my 3D printer. I use the TM2626Stepper library. When I start my 3-D printer, it is warming up because the motors come to...