chiark / gitweb /
refresh
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/enable-eeprom-settings
patches/refresh-temp [deleted file]

diff --git a/meta b/meta
index 38330f51e7a4709ce17aa9052ce7a085c0a06850..2bea1646d8a6836a7aa0086466061383ee3b4767 100644 (file)
--- a/meta
+++ b/meta
@@ -1,13 +1,12 @@
 Version: 1
-Previous: 818fa35c8c95902b0187240de7478a2684e2885f
-Head: ee32245bb3999b3b33cf8ddf271d16fb3f1c5430
+Previous: ddeb95626dd85ac2e809416f97ea9a1f74df59c0
+Head: bb3eec4aa60cbfc88238166d067cc513f3dd7ad4
 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
+  enable-eeprom-settings: bb3eec4aa60cbfc88238166d067cc513f3dd7ad4
 Unapplied:
   m206-save-values-in-eeprom: a7ff3675bdb6149f684e0e3a15c1a594ea2db815
 Hidden:
index f8557ea794f41a51484f698c26d96059df5e1ae0..a640a6503273decb04d7e2b212ebced665448d5b 100644 (file)
@@ -1,5 +1,5 @@
 Bottom: 2ef6975e6b8b4864d232a7e9c1fadb3d2a6bb3b3
-Top:    2ef6975e6b8b4864d232a7e9c1fadb3d2a6bb3b3
+Top:    e801707aef83979bce33278501a19bbc200940b9
 Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
 Date:   2012-08-08 17:57:15 +0100
 
@@ -8,4 +8,16 @@ ENABLE EEPROM SETTINGS NOT FOR UPSTREAM
 
 ---
 
-
+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
diff --git a/patches/refresh-temp b/patches/refresh-temp
deleted file mode 100644 (file)
index 24bb4b4..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-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