diff options
author | Oleksii Zelivianskyi <50808386+alexeyzel@users.noreply.github.com> | 2021-02-28 23:17:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-28 16:17:21 -0500 |
commit | 9a0e1e9bd4b8bdf485100820b97debae8ce237b8 (patch) | |
tree | d806006c9ce99ae6728d40a592c5e88950d951ae /config/generic-mks-robin-nano-v3.cfg | |
parent | 1c1c5179139bdb85dffcfbfe418a3716343f893c (diff) | |
download | kutter-9a0e1e9bd4b8bdf485100820b97debae8ce237b8.tar.gz kutter-9a0e1e9bd4b8bdf485100820b97debae8ce237b8.tar.xz kutter-9a0e1e9bd4b8bdf485100820b97debae8ce237b8.zip |
config: fan pin number correction for Robin Nano 3 (#4005)
There are two fan pins on Robin Nano 3 and the fan1 pin is PC14, not PB1.
PB1 pin that was in config example is used for the fan2 output.
Signed-off-by: Oleksii Zelivianskyi <alexeyzel@gmail.com>
Diffstat (limited to 'config/generic-mks-robin-nano-v3.cfg')
-rw-r--r-- | config/generic-mks-robin-nano-v3.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/generic-mks-robin-nano-v3.cfg b/config/generic-mks-robin-nano-v3.cfg index 7faa7225..78e2f82e 100644 --- a/config/generic-mks-robin-nano-v3.cfg +++ b/config/generic-mks-robin-nano-v3.cfg @@ -80,7 +80,8 @@ min_temp: 0 max_temp: 130 [fan] -pin: PB1 +pin: PC14 # fan1 +#pin: PB1 # fan2 [mcu] serial: /dev/serial/by-id/usb-Klipper_stm32f407xx_000000000000000000000000-if00 |