I brought some improvements to the configuration provided in this repository.
Those improvements are based on the latest recommendations from Klipper developers and changes made upstream :
Disable TMC2209 interpolation and use 32 microsteps instead of 16 (more precision, no more noise)
Updated macros
Added comments
Sensor_type agnostic, let the user choose which sensor he has
Don't use hold_current as it is not recommended anymore
Disable stealthchop by default (less precise, no more benefit between this and using 32 microsteps)
I brought some improvements to the configuration provided in this repository. Those improvements are based on the latest recommendations from Klipper developers and changes made upstream :