ソースを参照

Make Gen7 1.4 heater pins match silkscreen

Bracken Dawson 12年前
コミット
d5ee2a5a62
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      Marlin/pins.h

+ 2
- 2
Marlin/pins.h ファイルの表示

181
 #define E0_DIR_PIN 18
181
 #define E0_DIR_PIN 18
182
 #define E0_ENABLE_PIN 25
182
 #define E0_ENABLE_PIN 25
183
 
183
 
184
-#define TEMP_0_PIN 0
184
+#define TEMP_0_PIN 1
185
 #define TEMP_1_PIN -1
185
 #define TEMP_1_PIN -1
186
 #define TEMP_2_PIN -1
186
 #define TEMP_2_PIN -1
187
-#define TEMP_BED_PIN 1
187
+#define TEMP_BED_PIN 0
188
 
188
 
189
 #define HEATER_0_PIN 4
189
 #define HEATER_0_PIN 4
190
 #define HEATER_1_PIN -1
190
 #define HEATER_1_PIN -1

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