config.gen7-1.4.h: swap thermistor pins to match v1.4.1.
This works for v1.4, too, as the mapping was arbitrary, there.
This commit is contained in:
parent
be29ab61ae
commit
d967ad10c0
|
|
@ -288,8 +288,8 @@
|
|||
#endif
|
||||
|
||||
// name type pin additional
|
||||
DEFINE_TEMP_SENSOR(extruder, TT_THERMISTOR, PINA0, THERMISTOR_EXTRUDER)
|
||||
DEFINE_TEMP_SENSOR(bed, TT_THERMISTOR, PINA1, THERMISTOR_BED)
|
||||
DEFINE_TEMP_SENSOR(extruder, TT_THERMISTOR, PINA1, THERMISTOR_EXTRUDER)
|
||||
DEFINE_TEMP_SENSOR(bed, TT_THERMISTOR, PINA0, THERMISTOR_BED)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue