diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-03-10 13:57:01 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-03-10 13:57:01 -0400 |
commit | d3f6dad85383c2435f15700dfaf685938fa3f367 (patch) | |
tree | 8bfbe4682570ddf4b9b03aa980e5baa850dabc2f /test | |
parent | 19c7955f2a181874884921b6f6e424571ea61202 (diff) | |
download | kutter-d3f6dad85383c2435f15700dfaf685938fa3f367.tar.gz kutter-d3f6dad85383c2435f15700dfaf685938fa3f367.tar.xz kutter-d3f6dad85383c2435f15700dfaf685938fa3f367.zip |
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>
Diffstat (limited to 'test')
-rw-r--r-- | test/klippy/temperature.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/klippy/temperature.cfg b/test/klippy/temperature.cfg index a1e28541..4a81a08c 100644 --- a/test/klippy/temperature.cfg +++ b/test/klippy/temperature.cfg @@ -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 |