瀏覽代碼

Fix SKR 1.4 thermistor pin comments (#19510)

Luke Harrison 3 年之前
父節點
當前提交
97e0d55073
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h

+ 2
- 2
Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h 查看文件

@@ -153,8 +153,8 @@
153 153
   #define E1_CS_PIN                        P1_01
154 154
 #endif
155 155
 
156
-#define TEMP_1_PIN                      P0_23_A0  // A2 (T2) - (69) - TEMP_1_PIN
157
-#define TEMP_BED_PIN                    P0_25_A2  // A0 (T0) - (67) - TEMP_BED_PIN
156
+#define TEMP_1_PIN                      P0_23_A0  // A0 (T0) - (67) - TEMP_1_PIN
157
+#define TEMP_BED_PIN                    P0_25_A2  // A2 (T2) - (69) - TEMP_BED_PIN
158 158
 
159 159
 //
160 160
 // Software SPI pins for TMC2130 stepper drivers

Loading…
取消
儲存