Like the title says, I just put a BTT E3 V3.0 in my 0.1 and now the extruder motor doesn't rotate. It homes fine, I can run a print and everything works, except the extruder and I've double-tripple checked that the is extruder plugged into the correct connection on the board. I saved my old printer.cfg file and used that as a cheat sheet to set up the config on the new board, the only real differences between the V3.0 .cfg file and my old one is that
Here is the section of the .cfg file for my extruder:
Any thoughts on what's wrong with my setup?
interpolate: True
in my .cfg and interplate: False
in the V3.0 .cfg and there is no hold_current:
in the V3.0 .cfg file. I've tried the original V3.0 .cfg settings and that doesn't work either.Here is the section of the .cfg file for my extruder:
Code:
[tmc2209 extruder]
uart_pin: PC11
tx_pin: PC10
uart_address: 3
interpolate: False
# For LDO LDO 36STH17-1004AHG 1A 1.8°
run_current: 0.3 # for LDO 36STH17-1004AHG
hold_current: 0.2 # for LDO 36STH17-1004AHG
sense_resistor: 0.110
stealthchop_threshold: 0
Any thoughts on what's wrong with my setup?