I'm trying to calibrate my extruder. The BT part seems to be working fine moving filament around, after some bowden friction issues that were resolved.
My toolhead setup is Dragon HF + Galileo2 and EBB (galileo2_extruder/ebbusb) so I run a single filament sensor (tool start)
I did change the hardware parameters to the recommended ones and sometimes T# command seems to change filament just fine, but mostly fails when unloading
pin_tool_start: EBBCan:gpio21
#pin_tool_end: None
tool_stn: 79 # See documentation for details on how to calculate this value. https://armoredturtle.xyz/docs/afc-klipper-add-on/toolhead/calculation.html
tool_stn_unload: 100 # See documentation for details on how to calculate this value. https://armoredturtle.xyz/docs/afc-klipper-add-on/toolhead/calculation.html
tool_sensor_after_extruder: 0 # Extra distance to move in mm once pre/post sensors are clear. Useful for when only using post sensor, so this distance can be the amount to move to clear extruder gears
tool_unload_speed: 25 # Unload speed in mm/s when unloading toolhead. Default is 25mm/s.
tool_load_speed: 25```