mirror of https://github.com/Desuuuu/klipper.git
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>
This commit is contained in:
parent
1c1c517913
commit
9a0e1e9bd4
|
@ -80,7 +80,8 @@ min_temp: 0
|
||||||
max_temp: 130
|
max_temp: 130
|
||||||
|
|
||||||
[fan]
|
[fan]
|
||||||
pin: PB1
|
pin: PC14 # fan1
|
||||||
|
#pin: PB1 # fan2
|
||||||
|
|
||||||
[mcu]
|
[mcu]
|
||||||
serial: /dev/serial/by-id/usb-Klipper_stm32f407xx_000000000000000000000000-if00
|
serial: /dev/serial/by-id/usb-Klipper_stm32f407xx_000000000000000000000000-if00
|
||||||
|
|
Loading…
Reference in New Issue