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:
parent
8ebb4dc294
commit
779b2709ec
@ -83,9 +83,9 @@
|
|||||||
//
|
//
|
||||||
// Temperature Sensors
|
// Temperature Sensors
|
||||||
//
|
//
|
||||||
#define TEMP_0_PIN 65 // THERM_2
|
#define TEMP_0_PIN 64 // THERM_1
|
||||||
#define TEMP_1_PIN 66 // THERM_3
|
#define TEMP_1_PIN 65 // THERM_2
|
||||||
#define TEMP_BED_PIN 64 // THERM_1
|
#define TEMP_BED_PIN 66 // THERM_3
|
||||||
|
|
||||||
//
|
//
|
||||||
// Heaters / Fans
|
// Heaters / Fans
|
||||||
|
Loading…
Reference in New Issue
Block a user