소스 검색

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
 //

Loading…
취소
저장