Change temperature pin order for RemRam V1 (#12458)

Beta testers suggested to adopt the RAMPS order of temperature probe connectors. This commit fixes the order to the RAMPS order.
This commit is contained in:
Nils Hasenbanck 2018-11-17 23:51:06 +01:00 committed by Scott Lahteine
parent 8ebb4dc294
commit 779b2709ec

View file

@ -83,9 +83,9 @@
//
// Temperature Sensors
//
#define TEMP_0_PIN 65 // THERM_2
#define TEMP_1_PIN 66 // THERM_3
#define TEMP_BED_PIN 64 // THERM_1
#define TEMP_0_PIN 64 // THERM_1
#define TEMP_1_PIN 65 // THERM_2
#define TEMP_BED_PIN 66 // THERM_3
//
// Heaters / Fans