Merge pull request #453 from brackendawson/Marlin_v1

Make Gen7 1.4+ heater temp sensort pins match silkscreen.
hackerspace-green
daid 2013-04-16 10:12:25 -07:00
commit 4b2ece159b
1 changed files with 2 additions and 2 deletions

View File

@ -181,10 +181,10 @@
#define E0_DIR_PIN 18
#define E0_ENABLE_PIN 25
#define TEMP_0_PIN 0
#define TEMP_0_PIN 1
#define TEMP_1_PIN -1
#define TEMP_2_PIN -1
#define TEMP_BED_PIN 1
#define TEMP_BED_PIN 0
#define HEATER_0_PIN 4
#define HEATER_1_PIN -1