Browse Source

Allow Einsy RAMBo FAN1_PIN override

Scott Lahteine 7 years ago
parent
commit
0bda22367b
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      Marlin/src/pins/pins_EINSY_RAMBO.h

+ 4
- 1
Marlin/src/pins/pins_EINSY_RAMBO.h View File

118
 #ifndef FAN_PIN
118
 #ifndef FAN_PIN
119
   #define FAN_PIN           8
119
   #define FAN_PIN           8
120
 #endif
120
 #endif
121
-#define FAN1_PIN            6
121
+
122
+#ifndef FAN1_PIN
123
+  #define FAN1_PIN          6
124
+#endif
122
 
125
 
123
 //
126
 //
124
 // Misc. Functions
127
 // Misc. Functions

Loading…
Cancel
Save