Browse Source

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.
pull/1/head
Nils Hasenbanck 6 years ago
committed by Scott Lahteine
parent
commit
779b2709ec
  1. 6
      Marlin/src/pins/pins_REMRAM_V1.h

6
Marlin/src/pins/pins_REMRAM_V1.h

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

Loading…
Cancel
Save