mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 15:39:31 +00:00
Note FAN2_PIN silkscreen label (#21087)
This commit is contained in:
parent
490d4a504a
commit
a211dc03b3
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@
|
|||
#define HEATER_BED_PIN PD12 // Hotbed
|
||||
#define FAN_PIN PC8 // Fan0
|
||||
#define FAN1_PIN PE5 // Fan1
|
||||
#define FAN2_PIN PE6
|
||||
#define FAN2_PIN PE6 // Fan2
|
||||
|
||||
#ifndef E0_AUTO_FAN_PIN
|
||||
#define E0_AUTO_FAN_PIN FAN1_PIN
|
||||
|
|
Loading…
Reference in a new issue