Fill out above information and in all cases attach yourklippy.logfile. Pasting yourprinter.cfgis not needed
Describe your issue:
Hi all,
After several weeks without using this printer I finally manage to give it a try with some new filament I got for Christmas, but the joy was short as once the printer heated up and was about to print, it stop and displayed the following error message: TMC ‘extruder’ reports error: DRV_STATUS: 001f5000 s2vsa=1 stealth=1 csactual=31.
Please note that the printer was printing fine the last time I used it, here’s the extruder setup in the printer.cfg file just in case it’s needed but as said, it was printing fine before and I didn’t changed any value since:
The TMC driver is reporting an unrecoverable hardware error. Could be the driver itself, the stepper or the cable. My guess would be a dead driver. TMC5160 have quite a history of dying
This has nothing to do with any of your settings / configuration. It is an internal error in the TMC driver itself.
Some more general remarks:
5160s are high current driver that want to operate under high current. Connecting weak steppers ( run_current: 0.800) will force the stepper into an unfavorable working point (but does not cause hardware defects)
diag1_pin is only needed for sensorless homing and you likely do not home your extruder sensorless
hold_current is no longer recommended since it might have an impact on accuracy
Well, its the other way round: Your run_current is dictated by your stepper motors. This is like buying one tiny LED and attaching it to a 400W power supply. You cannot make this tiny LED consume the 400W (well, maybe very very short but then the magical smoke will escape and the LED will go dark)
Just wanted to report back on this, I received the new drivers yesterday and installed them today, printer is now working and printing very nicely; I still need to check what would be correct values for run_current on the Artillery stepper in order to change the actual 0.800 value. @Sineos thanks again for pointing me in the right direction