Ask for configured current

Hi,

445 / 5.000

Resultados de traducción

star_border

Is there any command, by console, to know what is the current to which a driver is configured? I have a Ratrig Vcore3, which has a somewhat messy configuration, since it is in many linked files, and I am not sure what current the extruder driver is configured for, a TMC 2209. I have read that there is a command [dump_tmc] that gives you configuration information… but not the current

DUMP_TMC STEPPER=extruder)



SG_RESULT: 00000000

PWM_AUTO: 000e0024 pwm_ofs_auto=36 pwm_grad_auto=14

PWM_SCALE: 00000007 pwm_scale_sum=7

PWMCONF: c80d0e24 pwm_ofs=36 pwm_grad=14 pwm_freq=1 pwm_autoscale=1 pwm_autograd=1 pwm_reg=8 pwm_lim=1

DRV_STATUS: 80060000 cs_actual=6 stst=1

CHOPCONF: 24020375 toff=5 hstrt=7 hend=6 vsense=1 mres=4(16usteps) dedge=1

MSCURACT: 00ef003c cur_a=60 cur_b=239

MSCNT: 00000028 mscnt=40

TSTEP: 000fffff tstep=1048575

FACTORY_CONF: 0000000c fclktrim=12

IOIN: 21000041 enn=1 pdn_uart=1 version=0x21

OTP_READ: 0000000c otp_fclktrim=12

IFCNT: 00000007 ifcnt=7

GSTAT: 00000001 reset=1(Reset)

GCONF: 000001c4 en_spreadcycle=1 pdn_disable=1 mstep_reg_select=1 multistep_filt=1

========== Queried registers ==========

SGTHRS: 00000000

TPOWERDOWN: 00000014 tpowerdown=20

IHOLD_IRUN: 00081606 ihold=6 irun=22 iholddelay=8

SLAVECONF: 00000200 senddelay=2


========== Write-only registers ==========

it is possible to know which is the current to which a particular driver is configured?
The extruder.

Thank you

If you run the SET_TMC_CURRENT command without any parameters it reports the current. G-Codes - Klipper documentation

-Kevin

1 Like

Thanks for answer…

Thinking I need the book: Klipper for dummies