ソースを参照

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

読み込み中…
キャンセル
保存