Browse Source

Merge pull request #3619 from esenapaj/patch-2

Update distribution date and readme
Scott Lahteine 8 years ago
parent
commit
a5d00f755b
2 changed files with 10 additions and 5 deletions
  1. 1
    1
      Marlin/Version.h
  2. 9
    4
      README.md

+ 1
- 1
Marlin/Version.h View File

42
  * here we define this default string as the date where the latest release
42
  * here we define this default string as the date where the latest release
43
  * version was tagged.
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
  * @todo: Missing documentation block
48
  * @todo: Missing documentation block

+ 9
- 4
README.md View File

1
 # Marlin 3D Printer Firmware
1
 # Marlin 3D Printer Firmware
2
 <img align="top" width=175 src="Documentation/Logo/Marlin%20Logo%20GitHub.png" />
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
 __Not for production use – use with caution!__
7
 __Not for production use – use with caution!__
8
 
8
 
14
 
14
 
15
 ## Recent Changes
15
 ## Recent Changes
16
 - RCBugFix
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
   - Please upgrade your IDE at least to Arduino 1.6.0. Thanks.
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
 - RC5 - 01 Apr 2016
25
 - RC5 - 01 Apr 2016
21
   - Warn if compiling with older versions (<1.50) of Arduino
26
   - Warn if compiling with older versions (<1.50) of Arduino
22
   - Fix various LCD menu issues
27
   - Fix various LCD menu issues
91
 
96
 
92
 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.
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