Fix TEMP_PROBE_PIN for SKR 1.4
Co-Authored-By: Anthrix <anthrix@users.noreply.github.com>
This commit is contained in:
parent
a698bfdc2a
commit
72b63e9520
@ -58,8 +58,9 @@
|
|||||||
#ifndef TEMP_BED_PIN
|
#ifndef TEMP_BED_PIN
|
||||||
#define TEMP_BED_PIN P0_23_A0 // A0 (T0) - (67) - TEMP_BED_PIN
|
#define TEMP_BED_PIN P0_23_A0 // A0 (T0) - (67) - TEMP_BED_PIN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HOTENDS == 1 && TEMP_SENSOR_PROBE
|
#if HOTENDS == 1 && TEMP_SENSOR_PROBE
|
||||||
#define TEMP_PROBE_PIN P0_25_A2 // TEMP_1_PIN
|
#define TEMP_PROBE_PIN TEMP_1_PIN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user