|
@@ -1,8 +1,8 @@
|
1
|
1
|
# Marlin 3D Printer Firmware
|
2
|
2
|
<img align="top" width=175 src="Documentation/Logo/Marlin%20Logo%20GitHub.png" />
|
3
|
|
- Additional documentation can be found in [The Marlin Wiki](https://github.com/MarlinFirmware/Marlin/wiki/Main-Page).
|
|
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)
|