Browse Source

Fix TEMP_PROBE_PIN for SKR 1.4

Co-Authored-By: Anthrix <anthrix@users.noreply.github.com>
Scott Lahteine 4 years ago
parent
commit
72b63e9520
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Marlin/src/pins/lpc1768/pins_BTT_SKR_common.h

+ 2
- 1
Marlin/src/pins/lpc1768/pins_BTT_SKR_common.h View File

@@ -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…
Cancel
Save