From b899338c325ca5236627be41828a2510e500b0a8 Mon Sep 17 00:00:00 2001 From: Jochen Groppe Date: Tue, 12 Apr 2016 22:04:00 +0200 Subject: [PATCH 1/3] Update README.md * Description for RC5 * Hint for deprecated Arduino versions --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 895d7f8c31..493073d4ce 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,23 @@ You'll always find the latest Release Candidate in the ["RC" branch](https://git Future development (Marlin 1.2 and beyond) takes place in the [MarlinDev repository](https://github.com/MarlinFirmware/MarlinDev/). ## Recent Changes +- RCBugFix + - Throw error if compiling with older versions (<1.50) of Arduino due to serios problems with outdated Arduino versions + - Please upgrade your IDE. + +- RC5 - 01 Apr 2016 + - Warn if compiling with older versions (<1.50) of Arduino + - Fix various LCD menu issues + - Add formal support for MKSv1.3 and Sainsmart (RAMPS variants) + - Fix bugs in M104, M109, and M190 + - Fix broken M404 command + - Fix issues with M23 and "Start SD Print" + - More output for M111 + - Rename FILAMENT_SENSOR to FILAMENT_WIDTH_SENSOR + - Fix SD card bugs + - and a lot more + - see https://github.com/MarlinFirmware/Marlin/releases/tag/1.1.0-RC5 for details + - RC4 - 24 Mar 2016 - Many lingering bugs and nagging issues addressed - Improvements to LCD menus, CoreXY/CoreXZ, Delta, Bed Leveling, and more… @@ -52,7 +69,7 @@ The current Marlin dev team consists of: - Scott Lahteine [@thinkyhead] - English - [@Wurstnase] - Deutsch, English - F. Malpartida [@fmalpartida] - English, Spanish - - [@CONSULitAS] - Deutsch, English + - Jochen Groppe [@CONSULitAS] - Deutsch, English - [@maverikou] - Chris Palmer [@nophead] - [@paclema] From 0ed43ec34b3a8bc7d528b381823fd1c06532b93e Mon Sep 17 00:00:00 2001 From: Jochen Groppe Date: Tue, 12 Apr 2016 22:09:13 +0200 Subject: [PATCH 2/3] Update README.md Oops! at least 1.6.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 493073d4ce..683efe91ae 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ Future development (Marlin 1.2 and beyond) takes place in the [MarlinDev reposit ## Recent Changes - RCBugFix - - Throw error if compiling with older versions (<1.50) of Arduino due to serios problems with outdated Arduino versions - - Please upgrade your IDE. + - Throw error if compiling with older versions (<1.60) of Arduino due to serios problems with outdated Arduino versions + - Please upgrade your IDE at least to Arduino 1.6.0. Thanks. - RC5 - 01 Apr 2016 - Warn if compiling with older versions (<1.50) of Arduino From db56ff588195bf89801ec57118d70174fd4e3508 Mon Sep 17 00:00:00 2001 From: esenapaj Date: Wed, 13 Apr 2016 06:48:59 +0900 Subject: [PATCH 3/3] follow-up to commit 200b248(Update README.md) follow-up to commit 200b2487c2dfb1a5160c0974d2b7c6f2e54719ee Update release date in another place --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 683efe91ae..242e41a74b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Additional documentation can be found in [The Marlin Wiki](https://github.com/MarlinFirmware/Marlin/wiki/Main-Page). -## Release Candidate -- Marlin 1.1.0-RC4 - 24 March 2016 +## Release Candidate -- Marlin 1.1.0-RC5 - 01 April 2016 __Not for production use – use with caution!__