Version: 1
-Previous: 5f72388d18958aaab91a0083f1c13aed24e47be3
-Head: 069e11d31f9392485b0b19143b65f783a21449ea
+Previous: 380d13d4c22c5fd7d21f7005577e15fb9ef58f5c
+Head: 0ff40d5bc51e631e72be628f482b0e1592a09026
Applied:
enable-eeprom-settings: 069e11d31f9392485b0b19143b65f783a21449ea
+ refresh-temp: 0ff40d5bc51e631e72be628f482b0e1592a09026
Unapplied:
marlin-pde-include-comment-for: b359c0676f4aad490effaac6f95a01bf75798e32
add-to-marlin-gitignore: 8e56383c4b4d91986f73ae7278a06595f2201f9e
--- /dev/null
+Bottom: c655a797e3b5192e7f839c7c53285901284a2b4b
+Top: f1ffc5304dbad10f158614da132103ce0a1370ea
+Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
+Date: 2012-08-09 19:15:31 +0100
+
+Refresh of enable-eeprom-settings
+
+---
+
+diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h
+index 1248029..6552b07 100644
+--- a/Marlin/Configuration.h
++++ b/Marlin/Configuration.h
+@@ -232,14 +232,14 @@ const bool Z_ENDSTOPS_INVERTING = true; // set to true to invert the logic of th
+ // M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).
+ // M502 - reverts to the default "factory settings". You still need to store them in EEPROM afterwards if you want to.
+ //define this to enable eeprom support
+-//#define EEPROM_SETTINGS
++#define EEPROM_SETTINGS
+ //to disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
+ // please keep turned on if you can.
+ //#define EEPROM_CHITCHAT
+
+ //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