From 047590f6afea52b7d73a35dc83fb8a52c06106ec Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 29 Jul 2012 16:23:56 +0100 Subject: [PATCH] fix bed pin and thermistor etc, now it works --- Marlin/Configuration.h | 2 +- Marlin/pins.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index ec5f910..f302058 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -64,7 +64,7 @@ #define TEMP_SENSOR_0 1 #define TEMP_SENSOR_1 0 #define TEMP_SENSOR_2 0 -#define TEMP_SENSOR_BED 2 +#define TEMP_SENSOR_BED 1 // Actual temperature must be close to target for this long before M109 returns success #define TEMP_RESIDENCY_TIME 10 // (seconds) diff --git a/Marlin/pins.h b/Marlin/pins.h index 419ddb6..9220f5d 100644 --- a/Marlin/pins.h +++ b/Marlin/pins.h @@ -621,7 +621,8 @@ #ifdef SANGUINOLOLU_V_1_2 -#define HEATER_BED_PIN 12 // (bed) +//#define HEATER_BED_PIN 12 // (bed) +#define HEATER_BED_PIN 10 //12 // (bed) - marked D10 on Sanguinololu 1.3a expansion header #define X_ENABLE_PIN 14 #define Y_ENABLE_PIN 14 #define Z_ENABLE_PIN 26 -- 2.30.2