🚸 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 GitHub
parent 0e4348c718
commit a62dc7c70c
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
//