Sanity-check the chamber thermistor pin

This commit is contained in:
Scott Lahteine
2020-06-19 14:01:15 -05:00
parent a173f33997
commit d8c3aed038
3 changed files with 15 additions and 7 deletions

View File

@ -59,8 +59,12 @@
#define TEMP_BED_PIN P0_23_A0 // A0 (T0) - (67) - TEMP_BED_PIN
#endif
#if HOTENDS == 1 && TEMP_SENSOR_PROBE
#define TEMP_PROBE_PIN TEMP_1_PIN
#if HOTENDS == 1
#if TEMP_SENSOR_PROBE
#define TEMP_PROBE_PIN TEMP_1_PIN
#elif TEMP_SENSOR_CHAMBER
#define TEMP_CHAMBER_PIN TEMP_1_PIN
#endif
#endif
//