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:
Markus Hitter 2012-08-17 20:59:13 +02:00
parent be29ab61ae
commit d967ad10c0
1 changed files with 2 additions and 2 deletions

View File

@ -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)