I installed the klipper_tmc_autotune and ran it without adding the hold_current to my configuration and everything seems to be working... I just don't want to be missing something important here.
hold_current is not recommended any longer.
It has been found that the switch between run_current and hold_current has a negative impact on precision.
So this script should not use it at all.
I've been looking at tuning the drivers and according to the klipper docs, hold_current should no longer be used. However, the instructions in this GitHub repo's readme say:
I also found this post from Sineos on the klipper discourse server from 2021 which cites that there are negative impacts from using both
run_current
andhold_current
.I installed the klipper_tmc_autotune and ran it without adding the
hold_current
to my configuration and everything seems to be working... I just don't want to be missing something important here.