From d5ee2a5a62bedd40d69803706b843831b6c93c62 Mon Sep 17 00:00:00 2001 From: Bracken Dawson Date: Tue, 16 Apr 2013 17:37:38 +0100 Subject: [PATCH] Make Gen7 1.4 heater pins match silkscreen --- Marlin/pins.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/pins.h b/Marlin/pins.h index 41aae2e221..a3e34ef487 100644 --- a/Marlin/pins.h +++ b/Marlin/pins.h @@ -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