Skip to content

Commit

Permalink
Fix TEMP_PROBE_PIN for SKR 1.4
Browse files Browse the repository at this point in the history
Co-Authored-By: Anthrix <[email protected]>
  • Loading branch information
thinkyhead and Anthrix committed Mar 3, 2020
1 parent a698bfd commit 72b63e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Marlin/src/pins/lpc1768/pins_BTT_SKR_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@
#ifndef TEMP_BED_PIN
#define TEMP_BED_PIN P0_23_A0 // A0 (T0) - (67) - TEMP_BED_PIN
#endif

#if HOTENDS == 1 && TEMP_SENSOR_PROBE
#define TEMP_PROBE_PIN P0_25_A2 // TEMP_1_PIN
#define TEMP_PROBE_PIN TEMP_1_PIN
#endif

//
Expand Down

0 comments on commit 72b63e9

Please sign in to comment.