From: Ian Jackson Date: Fri, 10 Aug 2012 16:55:20 +0000 (+0100) Subject: refresh X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=91f01b1d59e10026b1090d8a62c2ea26b3380e8a;p=marlin.git refresh --- diff --git a/meta b/meta index d66eb4f..5e10a66 100644 --- 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: diff --git a/patches/homeaxis-function b/patches/homeaxis-function index 94659fc..28b75ad 100644 --- a/patches/homeaxis-function +++ b/patches/homeaxis-function @@ -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 diff --git a/patches/refresh-temp b/patches/refresh-temp deleted file mode 100644 index f705a2a..0000000 --- a/patches/refresh-temp +++ /dev/null @@ -1,10 +0,0 @@ -Bottom: 75d4a31db3e7cb32ded340b9de197cee58e943b7 -Top: 75d4a31db3e7cb32ded340b9de197cee58e943b7 -Author: Ian Jackson -Date: 2012-08-10 17:54:27 +0100 - -Refresh of homeaxis-function - ---- - -