andrewmcgr / klipper_tmc_autotune

TMC stepper driver autotuning Klipper python extra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error : Section 'autotune_tmc stepper_a' is not a valid config section

Ejay-3D opened this issue · comments

commented

Hello,

Printer V400

It use to work but since last update I'm getting this error
Klipper reports: ERROR

Section 'autotune_tmc stepper_a' is not a valid config section

Extract of printer.cfg :
########################################

X Stepper Motor & Driver Settings

########################################

[stepper_a]
step_pin: PE3
dir_pin: PE2
enable_pin: !PE4
microsteps: 64 # If you encounter an error while measuring the resonances. Replace the microsteps to 16 just for the duration of the test.
rotation_distance: 40
endstop_pin: ^PA15
homing_speed: 50
homing_retract_dist: 5.0
homing_retract_speed: 10
#angle: 210
#position_endstop: 415.0
#arm_length = 345.0

[tmc2209 stepper_a]
uart_pin: PD5
run_current: 1.2
interpolate: False
stealthchop_threshold: 0

[autotune_tmc stepper_a] # Enable if Klipper TMC Autotune is used
motor: flsun-v400-42
tuning_goal: performance

Versions :
klipper
v0.12.0-32-gf0753bd3
Klipper TMC Autotune
v0.2.0-119-ga9158f53
KlipperScreen
v0.3.7-3-g1c9f0f1f
mainsail
v2.8.0
moonraker
v0.8.0-206-g9ad8fed8


mcu(stm32f103xe)
Version: v0.12.0-32-gf0753bd3
Load: 0.01, Awake: 0.00, Freq: 72 MHz, Temp: 29°C
1
Host(aarch64, 32bit)
Version: v0.12.0-32-gf0753bd3
OS: Ubuntu 20.04.6 LTS

Thanks for your Help