From: Ian Jackson Date: Sun, 29 Jul 2012 13:59:31 +0000 (+0100) Subject: config fixes X-Git-Tag: iwj-success-2012-07-29~3 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f0662ef5bba6d317db14723ce2dc859f8a95a2fd;p=marlin.git config fixes - 115200 baud since zealot won't do 250000 - thermistors set to boring 1 and 2, a la sprinter-reprappro.git#aec04de807fe6d84315096477674a1eccc959aee Sprinter_Sanguinololu/Configuration.h - enable SD support --- diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 26ea950..ec5f910 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -12,8 +12,8 @@ #define STRING_CONFIG_H_AUTHOR "iwj" //Who made the changes. // This determines the communication speed of the printer -#define BAUDRATE 250000 -//#define BAUDRATE 115200 +//#define BAUDRATE 250000 +#define BAUDRATE 115200 //// The following define selects which electronics board you have. Please choose the one that matches your setup // Gen7 custom (Alfons3 Version) = 10 "https://github.com/Alfons3/Generation_7_Electronics" @@ -61,10 +61,10 @@ // 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup) // 55 is 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan) (1k pullup) -#define TEMP_SENSOR_0 102 +#define TEMP_SENSOR_0 1 #define TEMP_SENSOR_1 0 #define TEMP_SENSOR_2 0 -#define TEMP_SENSOR_BED 101 +#define TEMP_SENSOR_BED 2 // Actual temperature must be close to target for this long before M109 returns success #define TEMP_RESIDENCY_TIME 10 // (seconds) @@ -245,7 +245,7 @@ const bool Z_ENDSTOPS_INVERTING = false; // set to true to invert the logic of t //LCD and SD support //#define ULTRA_LCD //general lcd support, also 16x2 -//#define SDSUPPORT // Enable SD Card Support in Hardware Console +#define SDSUPPORT // Enable SD Card Support in Hardware Console //#define ULTIMAKERCONTROLLER //as available from the ultimaker online store. //#define ULTIPANEL //the ultipanel as on thingiverse