Parcourir la source

Allow Einsy RAMBo FAN1_PIN override

Scott Lahteine il y a 6 ans
Parent
révision
0bda22367b
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4
    1
      Marlin/src/pins/pins_EINSY_RAMBO.h

+ 4
- 1
Marlin/src/pins/pins_EINSY_RAMBO.h Voir le fichier

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

Chargement…
Annuler
Enregistrer