
Issue with toolhead fans not turning on
Hey everyone,
I am working on my mainline SV08 with an XOL toolhead and I was finally able to get it to work without throwing a ton of errors. This being said, I cannot get my part cooling fans or my heat-break fan to work. Double checked the wiring on both and everything is going to the correct headers (to my knowledge) and I am just not sure what is going on. When I try and turn the part fans on in Fluidd, they do not turn on, and when I raise my hotend to above 50C (usually 55C to test) nothing happens. It says 100% fan speed for the heat-break but the pwm says 0 RPM.
I am unfortunately a novice with this stuff, so any help would be greatly appreciated!
I got most of this .cfg from a similar setup off of github and I adjusted everything that was different with mine.
Hardware:
EBB36 Gen2
Dragon Ace w/ PT1000 thermistor
dual 4010 blowers (2-pin)
3010 heat-break fan (3-pin)
[temperature_sensor EBB36_TMC2209]
sensor_type: Generic 3950
sensor_pin: EBB:PA0
pullup_resistor: 2200
[temperature_sensor EBB36]
sensor_type: temperature_mcu
sensor_mcu: EBB
[lis2dw EBB36]
cs_pin: EBB:PB1
spi_bus:spi2_PB2_PB11_PB10
axes_map: x,y,z
[extruder]
step_pin: EBB:PB14
dir_pin: EBB:PA8
enable_pin: !EBB:PB6
nozzle_diameter: 0.400
filament_diameter: 1.750
heater_pin: EBB:PB4
sensor_type: PT1000
pullup_resistor: 2200
sensor_pin: EBB:PA3
control: pid
pid_Kp=28.695
pid_Ki=1.396
pid_Kd=147.421
min_temp: 10
min_extrude_temp: 10
max_temp: 300
max_extrude_only_distance: 1400.0
max_extrude_only_velocity: 75.0
max_extrude_only_accel: 1500
max_extrude_cross_section: 9999
microsteps: 16
full_steps_per_rotation: 200
rotation_distance: 35.8
gear_ratio: 6:1
[tmc2209 extruder]
uart_pin: EBB:PB3
interpolate: false
run_current: 0.6
stealthchop_threshold: 0
sense_resistor: 0.110
[multi_pin ptfans]
pins: EBB:PD3, EBB:PA5
[fan]
pin: multi_pin:ptfans
max_power: 1.0
#fan_speed: 1.0
cycle_time: 0.010
shutdown_speed: 1
kick_start_time: 0.5
off_below: 0.10
[heater_fan hotend_fan]
pin: EBB:PD2
heater: extruder
fan_speed: 1.0
heater_temp: 50.0
tachometer_pin: ^EBB:PA4
tachometer_ppr: 2
tachometer_poll_interval: 0.0009