mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-30 21:58:06 +00:00
Correct fan pins for MKS Robin Nano v3 (#21238)
This commit is contained in:
parent
c90927cf54
commit
8a3d0b23cf
1 changed files with 2 additions and 2 deletions
|
@ -165,8 +165,8 @@
|
|||
#define HEATER_1_PIN PB0 // HEATER2
|
||||
#define HEATER_BED_PIN PA0 // HOT BED
|
||||
|
||||
#define FAN_PIN PB1 // FAN
|
||||
#define FAN1_PIN PC14 // FAN1
|
||||
#define FAN_PIN PC14 // FAN
|
||||
#define FAN1_PIN PB1 // FAN1
|
||||
|
||||
//
|
||||
// Thermocouples
|
||||
|
|
Loading…
Reference in a new issue