🐛 Fix redundant heater / sensor pin assignments (#22309)
This commit is contained in:
committed by
Scott Lahteine
parent
5026797310
commit
a35c234ce1
@ -210,7 +210,7 @@
|
||||
#define TEMP_0_PIN PA2 // TH0
|
||||
#define TEMP_1_PIN PA3 // TH1
|
||||
|
||||
#if HOTENDS == 1
|
||||
#if HOTENDS == 1 && DISABLED(HEATERS_PARALLEL)
|
||||
#if TEMP_SENSOR_PROBE
|
||||
#define TEMP_PROBE_PIN TEMP_1_PIN
|
||||
#elif TEMP_SENSOR_CHAMBER
|
||||
|
Reference in New Issue
Block a user