浏览代码

Update Fan 2 and E0 Auto Fan pins for Trigorilla

Scott Lahteine 6 年前
父节点
当前提交
c68b7b3913
共有 2 个文件被更改,包括 6 次插入4 次删除
  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 查看文件

@@ -29,8 +29,9 @@
29 29
 #endif
30 30
 
31 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 36
 #include "pins_RAMPS_13.h"
36 37
 

+ 3
- 2
Marlin/src/pins/pins_TRIGORILLA_14.h 查看文件

@@ -30,9 +30,10 @@
30 30
 
31 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 38
 #undef E1_STEP_PIN
38 39
 #undef E1_DIR_PIN

正在加载...
取消
保存