Browse Source

Fix TEMP_PROBE_PIN for SKR 1.4

Co-Authored-By: Anthrix <anthrix@users.noreply.github.com>
vanilla_fb_2.0.x
Scott Lahteine 4 years ago
parent
commit
72b63e9520
  1. 3
      Marlin/src/pins/lpc1768/pins_BTT_SKR_common.h

3
Marlin/src/pins/lpc1768/pins_BTT_SKR_common.h

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

Loading…
Cancel
Save