From: Ian Jackson Date: Sun, 29 Jul 2012 15:23:56 +0000 (+0100) Subject: fix bed pin and thermistor etc, now it works X-Git-Tag: iwj-success-2012-07-29~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=047590f6afea52b7d73a35dc83fb8a52c06106ec;p=marlin.git fix bed pin and thermistor etc, now it works --- 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