🚸 Improve MKS SGEN_L V2, Robin Nano V3 pins (#24147)
This commit is contained in:
committed by
Scott Lahteine
parent
5c25ed60c8
commit
a13cceaad1
@ -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
|
||||
//
|
||||
|
Reference in New Issue
Block a user