Klipper3d / klipper

Klipper is a 3d-printer firmware
GNU General Public License v3.0
9.55k stars 5.33k forks source link

SET_TMC_CURRENT #1407

Closed workheart closed 5 years ago

workheart commented 5 years ago

klippy.log

I am looking to life change the current of my extruders, but it just gives back

Send: SET_TMC_CURRENT STEPPER=extruder0 CURRENT=300
Recv: // Unknown command:"SET_TMC_CURRENT"

it is the same behavior for all steppers DUMP_TMC STEPPER works okay,

jakep82 commented 5 years ago

Driver current is not run time configurable. I'm not sure where you found that extended gcode, but it's not valid.

amblidex commented 5 years ago

That command is valid but only for the TMC2660. The g-code docs are confusing because the sentence The following commands are additionally available when the "tmc2660" config section is enabled: has a formatting problem and is part of the previous bullet instead of starting a new section for tmc2660 only commands

workheart commented 5 years ago

Oka thats sad, i used to use it for my fillament changing code, but thanks for the fast reply.