🚸 Improve MKS SGEN_L V2, Robin Nano V3 pins (#24147)

This commit is contained in:
Keith Bennett
2022-05-13 17:27:13 -07:00
committed by Scott Lahteine
parent 5c25ed60c8
commit a13cceaad1
2 changed files with 23 additions and 3 deletions

View File

@ -119,6 +119,14 @@
#define TEMP_1_PIN PA2 // TH2
#define TEMP_BED_PIN PC0 // TB1
#if HOTENDS == 1 && !REDUNDANT_TEMP_MATCH(SOURCE, E1)
#if TEMP_SENSOR_PROBE
#define TEMP_PROBE_PIN TEMP_1_PIN
#elif TEMP_SENSOR_CHAMBER
#define TEMP_CHAMBER_PIN TEMP_1_PIN
#endif
#endif
//
// Heaters / Fans
//