Miscellaneous Fan Slide Bar

Basic Information:

Printer Model: Voron 2.4r2
MCU / Printerboard: BigtreeTech STM32F446
Host / SBC
klippy.log

Describe your issue:

Is there a way to have the slide bar for all the fans? I don’t know what enables that in the config file.
I would also like to make sure that the names are accurate, I need to change the name “Fan” to “Print Cooling Fan”
Screenshot 2024-06-18 075021

#####################################################################
#   Fan Control
#####################################################################

##  Print Cooling Fan - FAN0
[fan]
pin: PA8
kick_start_time: 0.5
##  Depending on your fan, you may need to increase this value
##  if your fan will not start. Can change cycle_time (increase)
##  if your fan is not able to slow down effectively
off_below: 0.10

##  Hotend Fan - FAN1
[heater_fan hotend_fan]
pin: PE5
max_power: 1.0
kick_start_time: 0.5
heater: extruder
heater_temp: 50.0
shutdown_speed: 1
##  If you are experiencing back flow, you can reduce fan_speed
#fan_speed: 1.0

##  Controller fan - FAN2
[controller_fan controller_fan1]
pin: PD12
max_power: .5
shutdown_speed: 0.0
cycle_time: 0.05
hardware_pwm:true
kick_start_time:0.5
off_below: 0.1

##  Nevermore Filter - FAN3
[heater_fan filter_fan]
pin: PD13
max_power: 1.0
shutdown_speed: 0.0
cycle_time: 0.05
hardware_pwm:true
kick_start_time:0.5
off_below: 0.1
heater: heater_bed
fan_speed: 0.7

##  Controller fan - FAN4
[controller_fan controller_fan2]
pin: PD14
max_power: .5
shutdown_speed: 0.0
cycle_time: 0.05
hardware_pwm:true
kick_start_time:0.5
off_below: 0.1

##  Exhaust fan - FAN5
[heater_fan exhaust_fan]
pin: PD15
max_power: 1.0
shutdown_speed: 0.0
kick_start_time: 5.0
heater: heater_bed
heater_temp: 60
fan_speed: 1.0

You want to read here:
https://www.klipper3d.org/Config_Reference.html#fans

Only the part cooling fan [fan] and [fan_generic my_fan] are manually controlled.
The other fans are controlled by either temperature or active components.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.