I have a question, can you insert a variable with the run_current value like run_current: On the screen ?
why did I want to make a macro that would allow me to change the Amps from the fluidd screen without editing the file every time?
It is not possible to change the run_current
during run time. It requires a Klipper restart.
Shouldn’t this work via
SET_TMC_CURRENT STEPPER=stepper_x CURRENT={run_current}
When homing sensorless we change the current during runtime.
3 Likes
You are fully right, apparently I was not really awake when answering
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.