From: Ian Jackson Date: Fri, 10 Aug 2012 16:32:49 +0000 (+0100) Subject: refresh X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e30fc0b12f4f04457a485a46fa36d4c2b70482f5;p=marlin.git refresh --- diff --git a/meta b/meta index 84b4e71..02f330d 100644 --- a/meta +++ b/meta @@ -1,14 +1,13 @@ Version: 1 -Previous: 22badf551ceffc1ebb3df0e0aff7711822ec247c -Head: 628e625b60300bd7d9cb307aee528d1a43f96809 +Previous: 4acabecddbaed5a8d38f991fc5c5389343bd42b1 +Head: ef16d2c9bd8d55b96310ef873aad725f7974f968 Applied: marlin-pde-include-comment-for: 5b815da4d7f0a5bf87fbd2e70286f928e87b4d0d add-to-marlin-gitignore: 79afa80f1a7740edceceb4a4deda713d9b55960e makefile-support-v-1: 5f826531e0328e319ddb53617e4f3ade33537c92 makefile-avr-size: b1f12330781628c6463068489f7f052bf791bf0e motion-control-max-min: fef5e25d43e7d8429283b9e34205172aaa3a6a2f - m206-always-use-homing-homeing: cc7a688bda30b8ffb2b89a4c0546b157f55f57ac - refresh-temp: 628e625b60300bd7d9cb307aee528d1a43f96809 + m206-always-use-homing-homeing: ef16d2c9bd8d55b96310ef873aad725f7974f968 Unapplied: enable-eeprom-settings: 90e370bcce40d48795f310379a556beda3c0b294 eeprom-provide-smaller-code-fo: 0fbea35eb16f424788f2eb30d8a49dd3808f7a73 diff --git a/patches/m206-always-use-homing-homeing b/patches/m206-always-use-homing-homeing index ac9763a..d940a16 100644 --- a/patches/m206-always-use-homing-homeing +++ b/patches/m206-always-use-homing-homeing @@ -26,6 +26,9 @@ constant arrays in program memory containing the values of This is done with some helper macros to deal with the declaration (XYZ_CONSTS_FROM_CONFIG) and program memory access (XYZ_CONFIG). +We also introduce the overloaded function read_pgm_any, whose +instances are produced with DEFINE_PGM_READ_ANY, which allows +XYZ_CONFIG to automatically produce the correct type. A question arises: if the M206 offset is set, should this adjustment diff --git a/patches/refresh-temp b/patches/refresh-temp deleted file mode 100644 index 298b5c9..0000000 --- a/patches/refresh-temp +++ /dev/null @@ -1,10 +0,0 @@ -Bottom: 4cb43b29e74c044fc9b498b6787e34b6a3d43e33 -Top: 4cb43b29e74c044fc9b498b6787e34b6a3d43e33 -Author: Ian Jackson -Date: 2012-08-10 17:31:38 +0100 - -Refresh of m206-always-use-homing-homeing - ---- - -