浏览代码

Change temperature pin order for RemRam V1 (#12458)

Beta testers suggested to adopt the RAMPS order of temperature probe connectors. This commit fixes the order to the RAMPS order.
Nils Hasenbanck 6 年前
父节点
当前提交
779b2709ec
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      Marlin/src/pins/pins_REMRAM_V1.h

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

@@ -83,9 +83,9 @@
83 83
 //
84 84
 // Temperature Sensors
85 85
 //
86
-#define TEMP_0_PIN         65   // THERM_2
87
-#define TEMP_1_PIN         66   // THERM_3
88
-#define TEMP_BED_PIN       64   // THERM_1
86
+#define TEMP_0_PIN         64   // THERM_1
87
+#define TEMP_1_PIN         65   // THERM_2
88
+#define TEMP_BED_PIN       66   // THERM_3
89 89
 
90 90
 //
91 91
 // Heaters / Fans

正在加载...
取消
保存