Browse Source

Update Fan 2 and E0 Auto Fan pins for Trigorilla

Scott Lahteine 7 years ago
parent
commit
c68b7b3913
2 changed files with 6 additions and 4 deletions
  1. 3
    2
      Marlin/src/pins/pins_TRIGORILLA_13.h
  2. 3
    2
      Marlin/src/pins/pins_TRIGORILLA_14.h

+ 3
- 2
Marlin/src/pins/pins_TRIGORILLA_13.h View File

29
 #endif
29
 #endif
30
 
30
 
31
 #define IS_RAMPS_EFB
31
 #define IS_RAMPS_EFB
32
-#define RAMPS_D9_PIN       44
33
-#define ORIG_E0_AUTO_FAN_PIN RAMPS_D9_PIN
32
+#define RAMPS_D9_PIN         44
33
+#define FAN2_PIN              9
34
+#define ORIG_E0_AUTO_FAN_PIN  9
34
 
35
 
35
 #include "pins_RAMPS_13.h"
36
 #include "pins_RAMPS_13.h"
36
 
37
 

+ 3
- 2
Marlin/src/pins/pins_TRIGORILLA_14.h View File

30
 
30
 
31
 #define IS_RAMPS_EFB
31
 #define IS_RAMPS_EFB
32
 
32
 
33
-#include "pins_RAMPS_13.h"
33
+#define FAN2_PIN             44
34
+#define ORIG_E0_AUTO_FAN_PIN 44
34
 
35
 
35
-#define FAN2_PIN           44
36
+#include "pins_RAMPS_13.h"
36
 
37
 
37
 #undef E1_STEP_PIN
38
 #undef E1_STEP_PIN
38
 #undef E1_DIR_PIN
39
 #undef E1_DIR_PIN

Loading…
Cancel
Save