Browse Source

Update distribution date and readme

It sync with the RC.
esenapaj 8 years ago
parent
commit
ee2f37f3cc
2 changed files with 9 additions and 4 deletions
  1. 1
    1
      Marlin/Version.h
  2. 8
    3
      README.md

+ 1
- 1
Marlin/Version.h View File

@@ -42,7 +42,7 @@
42 42
  * here we define this default string as the date where the latest release
43 43
  * version was tagged.
44 44
  */
45
-#define STRING_DISTRIBUTION_DATE "2016-04-16 12:00"
45
+#define STRING_DISTRIBUTION_DATE "2016-04-24 12:00"
46 46
 
47 47
 /**
48 48
  * @todo: Missing documentation block

+ 8
- 3
README.md View File

@@ -2,7 +2,7 @@
2 2
 <img align="top" width=175 src="Documentation/Logo/Marlin%20Logo%20GitHub.png" />
3 3
  Additional documentation can be found in [The Marlin Wiki](https://github.com/MarlinFirmware/Marlin/wiki).
4 4
 
5
-## Release Candidate -- Marlin 1.1.0-RC5 - 01 April 2016
5
+## Release Candidate -- Marlin 1.1.0-RC6 - 24 April 2016
6 6
 
7 7
 __Not for production use – use with caution!__
8 8
 
@@ -14,9 +14,14 @@ Future development (Marlin 1.2 and beyond) takes place in the [MarlinDev reposit
14 14
 
15 15
 ## Recent Changes
16 16
 - RCBugFix
17
-  - Throw error if compiling with older versions (<1.60) of Arduino due to serios problems with outdated Arduino versions
17
+  - Throw error if compiling with older versions (<1.60) of Arduino due to serious problems with outdated Arduino versions
18 18
   - Please upgrade your IDE at least to Arduino 1.6.0. Thanks.
19 19
 
20
+- RC6 - 23 Apr 2016
21
+  - Completed support for CoreXY / CoreXZ in planner
22
+  - Changes to positioning behavior
23
+  - Various issues fixed. More details pending.
24
+
20 25
 - RC5 - 01 Apr 2016
21 26
   - Warn if compiling with older versions (<1.50) of Arduino
22 27
   - Fix various LCD menu issues
@@ -91,4 +96,4 @@ Marlin is published under the [GPL license](/LICENSE) because we believe in open
91 96
 
92 97
 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.
93 98
 
94
-[![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)
99
+[![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)

Loading…
Cancel
Save