Fix TEMP_PROBE_PIN for SKR 1.4

Co-Authored-By: Anthrix <anthrix@users.noreply.github.com>
2.0.x
Scott Lahteine 5 years ago
parent a698bfdc2a
commit 72b63e9520

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