teemuatlut / TMC2130Stepper

Arduino library for Trinamic TMC2130 Stepper driver
MIT License
159 stars 50 forks source link

TMC2130.stealthChop(1); not working straight away with version 2.0.0 (Simple example) #5

Closed musinou closed 6 years ago

musinou commented 7 years ago

After an update of the library, turning stealthChop on did not work out-of-the-box, as it worked on the Simple example on the version 1.1.0 of the library.

Had to adjust stealth_amplitude and stealth_gradient to make it work.

It would be sweet to either change the Simple example or changing the default values.

teemuatlut commented 7 years ago

Thanks for letting me know. I'll take a look at it next week.

musinou commented 7 years ago

Thank you for your great work with this library!