Ver código fonte

Allow Einsy RAMBo FAN1_PIN override

Scott Lahteine 6 anos atrás
pai
commit
0bda22367b
1 arquivos alterados com 4 adições e 1 exclusões
  1. 4
    1
      Marlin/src/pins/pins_EINSY_RAMBO.h

+ 4
- 1
Marlin/src/pins/pins_EINSY_RAMBO.h Ver arquivo

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

Carregando…
Cancelar
Salvar