mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-26 05:17:17 +00:00
Allow Einsy RAMBo FAN1_PIN override
This commit is contained in:
parent
7b0a8e85ba
commit
a9cb4834da
@ -118,7 +118,10 @@
|
||||
#ifndef FAN_PIN
|
||||
#define FAN_PIN 8
|
||||
#endif
|
||||
#define FAN1_PIN 6
|
||||
|
||||
#ifndef FAN1_PIN
|
||||
#define FAN1_PIN 6
|
||||
#endif
|
||||
|
||||
//
|
||||
// Misc. Functions
|
||||
|
Loading…
Reference in New Issue
Block a user