From 30c9893be70d3ddf2d9414bd9f2ab693ef348998 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 16 Apr 2016 21:25:36 -0700 Subject: [PATCH] Updated README.md --- README.md | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 895d7f8c31..8140bb418d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Marlin 3D Printer Firmware - Additional documentation can be found in [The Marlin Wiki](https://github.com/MarlinFirmware/Marlin/wiki/Main-Page). + Additional documentation can be found in [The Marlin Wiki](https://github.com/MarlinFirmware/Marlin/wiki). -## Release Candidate -- Marlin 1.1.0-RC4 - 24 March 2016 +## Release Candidate -- Marlin 1.1.0-RC6 - 24 April 2016 __Not for production use – use with caution!__ @@ -13,6 +13,28 @@ 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.60) of Arduino due to serious problems with outdated Arduino versions + - Please upgrade your IDE at least to Arduino 1.6.0. Thanks. + +- RC6 - 23 Apr 2016 + - Completed support for CoreXY / CoreXZ in planner + - Changes to positioning behavior + - Various issues fixed. More details pending. + +- 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 +74,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] @@ -74,4 +96,4 @@ Marlin is published under the [GPL license](/LICENSE) because we believe in open While we can't prevent the use of this code in products (3D printers, CNC, etc.) that are closed source or crippled by a patent, we would prefer that you choose another firmware or, better yet, make your own. -[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=ErikZalm&url=https://github.com/MarlinFirmware/Marlin&title=Marlin&language=&tags=github&category=software) +[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=ErikZalm&url=https://github.com/MarlinFirmware/Marlin&title=Marlin&language=&tags=github&category=software) \ No newline at end of file