Browse Source

Support 5 extruder auto fans

Scott Lahteine 8 years ago
parent
commit
29d4ec8257
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      Marlin/pins.h

+ 3
- 0
Marlin/pins.h View File

303
 #if !defined(E3_AUTO_FAN_PIN) && defined(ORIG_E3_AUTO_FAN_PIN)
303
 #if !defined(E3_AUTO_FAN_PIN) && defined(ORIG_E3_AUTO_FAN_PIN)
304
   #define E3_AUTO_FAN_PIN ORIG_E3_AUTO_FAN_PIN
304
   #define E3_AUTO_FAN_PIN ORIG_E3_AUTO_FAN_PIN
305
 #endif
305
 #endif
306
+#if !defined(E4_AUTO_FAN_PIN) && defined(ORIG_E4_AUTO_FAN_PIN)
307
+  #define E4_AUTO_FAN_PIN ORIG_E4_AUTO_FAN_PIN
308
+#endif
306
 
309
 
307
 // List of pins which to ignore when asked to change by gcode, 0 and 1 are RX and TX, do not mess with those!
310
 // List of pins which to ignore when asked to change by gcode, 0 and 1 are RX and TX, do not mess with those!
308
 #define _E0_PINS E0_STEP_PIN, E0_DIR_PIN, E0_ENABLE_PIN, E0_MS1_PIN, E0_MS2_PIN,
311
 #define _E0_PINS E0_STEP_PIN, E0_DIR_PIN, E0_ENABLE_PIN, E0_MS1_PIN, E0_MS2_PIN,

Loading…
Cancel
Save