浏览代码

Merge pull request #1432 from blubbfish/patch-1

Fixing wrong pin to heater extruder 2 <-> 3
Scott Lahteine 9 年前
父节点
当前提交
45805c2b76
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      Marlin/pins_MEGATRONICS_3.h

+ 2
- 2
Marlin/pins_MEGATRONICS_3.h 查看文件

@@ -46,8 +46,8 @@
46 46
 #define KILL_PIN -1
47 47
 
48 48
 #define HEATER_0_PIN 2
49
-#define HEATER_1_PIN 8
50
-#define HEATER_2_PIN 9
49
+#define HEATER_1_PIN 9
50
+#define HEATER_2_PIN 8
51 51
 #define HEATER_BED_PIN 10
52 52
 #define FAN_PIN 6
53 53
 #define FAN2_PIN 7

正在加载...
取消
保存