chiark / gitweb /
refresh
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 10 Aug 2012 16:55:20 +0000 (17:55 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 10 Aug 2012 16:55:20 +0000 (17:55 +0100)
meta
patches/homeaxis-function
patches/refresh-temp [deleted file]

diff --git a/meta b/meta
index d66eb4f5d91edb23a7888303cc4f6832fe75c79c..5e10a666e12532713db67ba463cacd31e5438532 100644 (file)
--- a/meta
+++ b/meta
@@ -1,6 +1,6 @@
 Version: 1
-Previous: b4992f90ad9bd3222cf93370532cd86049b64826
-Head: 2fce534887c42890446678c501e095106f8578e6
+Previous: 26dc03c5ec9cc7177f9ae6a4292072644cdd6632
+Head: 75f381b9093a96a67f8aa4fb0a668a4cf2e048e8
 Applied:
   marlin-pde-include-comment-for: 5b815da4d7f0a5bf87fbd2e70286f928e87b4d0d
   add-to-marlin-gitignore: 79afa80f1a7740edceceb4a4deda713d9b55960e
@@ -10,8 +10,7 @@ Applied:
   m206-always-use-homing-homeing: 31068042f1ce0c442be19a8055046f62716403b2
   enable-eeprom-settings: 4562a2810820a07bd84b55496164b5f4f4858eaa
   eeprom-provide-smaller-code-fo: a18cc767374a4f34713ab94fc092449a1422a821
-  homeaxis-function: 73015e66f70d22ee87b866020ddf4c6adad83a0a
-  refresh-temp: 2fce534887c42890446678c501e095106f8578e6
+  homeaxis-function: 75f381b9093a96a67f8aa4fb0a668a4cf2e048e8
 Unapplied:
   m206-save-values-in-eeprom: 94f5db01474efcbab9861266b525673769975493
 Hidden:
index 94659fc2b73bd9bc69eceae9141bbd41aceb4ffc..28b75ad4d9b7851bd444157a1ef2ce90e3197224 100644 (file)
@@ -7,7 +7,10 @@ HOMEAXIS: make into a function
 
 Replace the large macro HOMEAXIS with a function.  This avoids the
 compiler generating three copies of largely identical code.  The
-saving is 704 bytes of program memory.
+saving is 724 bytes of program memory.
+
+We make use of XYZ_CONSTS_FROM_CONFIG to provide convenient
+array-shaped access to MAX_LENGTH, HOME_RETRACT_MM and HOME_DIR.
 
 Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
 
diff --git a/patches/refresh-temp b/patches/refresh-temp
deleted file mode 100644 (file)
index f705a2a..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-Bottom: 75d4a31db3e7cb32ded340b9de197cee58e943b7
-Top:    75d4a31db3e7cb32ded340b9de197cee58e943b7
-Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
-Date:   2012-08-10 17:54:27 +0100
-
-Refresh of homeaxis-function
-
----
-
-