浏览代码

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,10 +181,10 @@
181 181
 #define E0_DIR_PIN 18
182 182
 #define E0_ENABLE_PIN 25
183 183
 
184
-#define TEMP_0_PIN 0
184
+#define TEMP_0_PIN 1
185 185
 #define TEMP_1_PIN -1
186 186
 #define TEMP_2_PIN -1
187
-#define TEMP_BED_PIN 1
187
+#define TEMP_BED_PIN 0
188 188
 
189 189
 #define HEATER_0_PIN 4
190 190
 #define HEATER_1_PIN -1

正在加载...
取消
保存