mirror of https://github.com/Desuuuu/klipper.git
config: Correct Pin for the CR-6 SE 2021 Example Config (#5142)
The fan pin PA0 is not correct for the 2021 revision of the CR-6 SE using the 4.5.3 revision of the Creality board. Changed the pin to PB15 in order to get it working Signed-off-by: Filip Trplan <filip@trplan.si>
This commit is contained in:
parent
538f09a2da
commit
89b4fecac4
|
@ -80,7 +80,7 @@ min_temp: 0
|
||||||
max_temp: 120
|
max_temp: 120
|
||||||
|
|
||||||
[fan]
|
[fan]
|
||||||
pin: PA0
|
pin: PB15
|
||||||
kick_start_time: 0.5
|
kick_start_time: 0.5
|
||||||
|
|
||||||
[mcu]
|
[mcu]
|
||||||
|
|
Loading…
Reference in New Issue