Hello,
I am running the latest stable version of mainsail os (mainsail 2.5.1 / klipper v0.11.0-174-g4748dffd).
In mainsail dashboard, under miscellaneous, both my extruder fans (heater_fan in klipper) show up without any name associated to them.
How would I go to provide a name ?
Here is my config:
[heater_fan extruder]
pin: PD13 # FAN3
cycle_time: 0.0100
hardware_pwm: false
shutdown_speed: 1
heater: extruder
heater_temp: 50.0
[heater_fan extruder1]
pin: PD14 # FAN4
cycle_time: 0.0100
hardware_pwm: false
shutdown_speed: 1
heater: extruder1
heater_temp: 50.0
Please note the 2 fans in the screenshot without a name corresponding to the config above.
Thanks for your help