chiark / gitweb /
config fixes
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 29 Jul 2012 13:59:31 +0000 (14:59 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 29 Jul 2012 13:59:31 +0000 (14:59 +0100)
 - 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

Marlin/Configuration.h

index 26ea95088be2426e30215b5179d439453c8361b2..ec5f91013188191fd07c50ad40b9aa8592539784 100644 (file)
@@ -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"
 // 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