TMC 5160 Support
Hello !
Is there any support for TMC 5160 in repetier firmware ?
As the two steppers seems to be very close in configuration, can we use it or not and if not, when ?
Thanks
Is there any support for TMC 5160 in repetier firmware ?
As the two steppers seems to be very close in configuration, can we use it or not and if not, when ?
Thanks
Comments
Enabling / Disabling stealth mode seems to work but you have to fiddle around with the RMS value. Because the resistor value is not the same like in the 2130 the calculation of RMS Ampere is not right. I use them with 1500 ma set in repetier with disabled stealth and the motor is usable but I would assume that the value that is really set is 3A or something around that area.
Thats far away from "productive" but at the moment enough for me to run my printer for testing but you can look into the code:
TMC2130Stepper::rms_current(uint16_t mA, float multiplier, float RS)
and set the right value.
Or try to integrate the newer library from the same the same author like the tmc2130stepper.h into repetier.
The new lib is for all tmc chips and supports directly also the tmc2130.
I replaced RS Original value of 0.110 in tmc 2130 library by 0.075 (the RS value of tmc 5160) and now sensorless homing work without any problem and motors made much less noise !
Let's hope repetier integrate new tmc library in V2
(for repetier, I tried to install V2 but It doesn't seems to use arduino IDE anymore and I can't understand anything in it ! When does the configurator for this version will be available ?)