mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-12-13 03:39:56 +01:00
controller_fan: Allow multiple controller_fan sections to be defined
It may be necessary to define multiple fans, so allow each config section to be named. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -129,6 +129,9 @@ resistance3: 3000
|
||||
sensor_type: my_custom_resistance_adc
|
||||
sensor_pin: analog5
|
||||
|
||||
[controller_fan test_controller_fan]
|
||||
pin: ar17
|
||||
|
||||
[mcu]
|
||||
serial: /dev/ttyACM0
|
||||
pin_map: arduino
|
||||
|
||||
Reference in New Issue
Block a user