chiark / gitweb /
refresh (create temporary patch)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 8 Aug 2012 16:57:57 +0000 (17:57 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 8 Aug 2012 16:57:57 +0000 (17:57 +0100)
meta
patches/refresh-temp [new file with mode: 0644]

diff --git a/meta b/meta
index 19f7133d90ac7d8535f522ac4f8e53d791c950c0..38330f51e7a4709ce17aa9052ce7a085c0a06850 100644 (file)
--- a/meta
+++ b/meta
@@ -1,12 +1,13 @@
 Version: 1
-Previous: ac984654252bfbc2903c049433e97b5b464a10ef
-Head: e71322f7939e7b728ae98e4f7546ef47298ec3b6
+Previous: 818fa35c8c95902b0187240de7478a2684e2885f
+Head: ee32245bb3999b3b33cf8ddf271d16fb3f1c5430
 Applied:
   makefile-support-v-1: 59de9f09a248a5af04203378018ff95f86ff092d
   m206-always-use-homing-homeing: 704568f265fbb370658a153f8240239dd776f5cc
   eeprom-provide-smaller-code-fo: 3f690257c022b5c6945f7d2f070c89ee1c8275c8
   marlin-pde-include-comment-for: 78a2b7d92b8ee452c22db01b3236ad16047533c2
   enable-eeprom-settings: e71322f7939e7b728ae98e4f7546ef47298ec3b6
+  refresh-temp: ee32245bb3999b3b33cf8ddf271d16fb3f1c5430
 Unapplied:
   m206-save-values-in-eeprom: a7ff3675bdb6149f684e0e3a15c1a594ea2db815
 Hidden:
diff --git a/patches/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..24bb4b4
--- /dev/null
@@ -0,0 +1,22 @@
+Bottom: 2ef6975e6b8b4864d232a7e9c1fadb3d2a6bb3b3
+Top:    e801707aef83979bce33278501a19bbc200940b9
+Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
+Date:   2012-08-08 17:57:56 +0100
+
+Refresh of enable-eeprom-settings
+
+---
+
+diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h
+index 1248029..6c3bdb2 100644
+--- a/Marlin/Configuration.h
++++ b/Marlin/Configuration.h
+@@ -232,7 +232,7 @@ 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