andrewmcgr / klipper_tmc_autotune

TMC stepper driver autotuning Klipper python extra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TMC error using fysetc-42HC40-204A-300N84

WaschBaer0395 opened this issue · comments

following error happens when i try to use autotune with fysetc-42HC40-204A-300N84:

TMC 'stepper_z' reports error: DRV_STATUS: 40150010 s2vsa=1(ShortToSupply_A!) cs_actual=21 stealth=1
the motors and drivers work fine if i comment out the whole auto tuning section for the Z, Z1, and Z2 drivers

[autotune_tmc stepper_z]
motor: fysetc-42HC40-204A-300N84
#tuning_goal: silent
##	Make sure to update below for your relevant driver (2208 or 2209)
[tmc2209 stepper_z]
uart_pin: PA15
uart_address: 0
#interpolate: True
run_current: 1.2
hold_current: 1.0
sense_resistor: 0.110
#stealthchop_threshold: 0


[autotune_tmc stepper_z1]
motor: fysetc-42HC40-204A-300N84
#tuning_goal: silent
##	Make sure to update below for your relevant driver (2208 or 2209)
[tmc2209 stepper_z1]
uart_pin: PC14
#interpolate: True
run_current: 1.2
hold_current: 1.0
sense_resistor: 0.110
#stealthchop_threshold: 0


[autotune_tmc stepper_z2]
motor: fysetc-42HC40-204A-300N84
#tuning_goal: silent
##	Make sure to update below for your relevant driver (2208 or 2209)
[tmc2209 stepper_z2]
uart_pin: PC15
#interpolate: true
run_current: 1.2
hold_current: 1.0
sense_resistor: 0.110
#stealthchop_threshold: 0