Something strange is happening to me… I want to increase the current at which the driver that controls the extruder works…
I indicate the steps that I am following, so that you can tell me what I am not doing well.
01- Find out the current to which they are configured, for this in Mainsail, I download the *.log of klipper, I examine it and I see that: “[tmc2209 extruder] run_current = 0.707”
02- I open the “printer.cfg” file, I examine the configuration files that are included in printer.cfg, until I find that the line [tmc2209 extruder] run_current = 0.707, is in the Orbiter1004.cfg file.
03- I edit that file, Orbiter1004.cfg, and indeed there is the line [tmc2209 extruder] run_current = 0.707, which I change to [tmc2209 extruder] run_current = 0.900.
04- I save the changes and restart.
05- I edit the file Orbiter.cfg, to check that [tmc2209 extruder] run_current = 0.900, that’s right, it’s changed.
and…
06 - I download the *.log of klipper again, I look for the current configuration for that motor, the extruder… AND IT HAS NOT CHANGED, it is still “[tmc2209 extruder] run_current = 0.707”
I have repeated the procedure several times, and nothing.