浏览代码

Fix TEMP_PROBE_PIN for SKR 1.4

Co-Authored-By: Anthrix <anthrix@users.noreply.github.com>
Scott Lahteine 4 年前
父节点
当前提交
72b63e9520
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      Marlin/src/pins/lpc1768/pins_BTT_SKR_common.h

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

@@ -58,8 +58,9 @@
58 58
 #ifndef TEMP_BED_PIN
59 59
   #define TEMP_BED_PIN     P0_23_A0   // A0 (T0) - (67) - TEMP_BED_PIN
60 60
 #endif
61
+
61 62
 #if HOTENDS == 1 && TEMP_SENSOR_PROBE
62
-  #define TEMP_PROBE_PIN   P0_25_A2   // TEMP_1_PIN
63
+  #define TEMP_PROBE_PIN   TEMP_1_PIN
63 64
 #endif
64 65
 
65 66
 //

正在加载...
取消
保存