Browse Source

Merge pull request #3608 from thinkyhead/rcbugfix_merge_rc

Merge RC => RCBugFix changes since RC5
Scott Lahteine 8 years ago
parent
commit
df2d0eb37c
1 changed files with 19 additions and 2 deletions
  1. 19
    2
      README.md

+ 19
- 2
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/Main-Page).
4 4
 
5
-## Release Candidate -- Marlin 1.1.0-RC4 - 24 March 2016
5
+## Release Candidate -- Marlin 1.1.0-RC5 - 01 April 2016
6 6
 
7 7
 __Not for production use – use with caution!__
8 8
 
@@ -13,6 +13,23 @@ You'll always find the latest Release Candidate in the ["RC" branch](https://git
13 13
 Future development (Marlin 1.2 and beyond) takes place in the [MarlinDev repository](https://github.com/MarlinFirmware/MarlinDev/).
14 14
 
15 15
 ## Recent Changes
16
+- RCBugFix
17
+  - Throw error if compiling with older versions (<1.60) of Arduino due to serios problems with outdated Arduino versions
18
+  - Please upgrade your IDE at least to Arduino 1.6.0. Thanks.
19
+
20
+- RC5 - 01 Apr 2016
21
+  - Warn if compiling with older versions (<1.50) of Arduino
22
+  - Fix various LCD menu issues
23
+  - Add formal support for MKSv1.3 and Sainsmart (RAMPS variants)
24
+  - Fix bugs in M104, M109, and M190
25
+  - Fix broken M404 command
26
+  - Fix issues with M23 and "Start SD Print"
27
+  - More output for M111
28
+  - Rename FILAMENT_SENSOR to FILAMENT_WIDTH_SENSOR
29
+  - Fix SD card bugs
30
+  - and a lot more
31
+  - see https://github.com/MarlinFirmware/Marlin/releases/tag/1.1.0-RC5 for details
32
+
16 33
 - RC4 - 24 Mar 2016
17 34
   - Many lingering bugs and nagging issues addressed
18 35
   - Improvements to LCD menus, CoreXY/CoreXZ, Delta, Bed Leveling, and more…
@@ -52,7 +69,7 @@ The current Marlin dev team consists of:
52 69
  - Scott Lahteine [@thinkyhead] - English
53 70
  - [@Wurstnase] - Deutsch, English
54 71
  - F. Malpartida [@fmalpartida] - English, Spanish
55
- - [@CONSULitAS] - Deutsch, English
72
+ - Jochen Groppe [@CONSULitAS] - Deutsch, English
56 73
  - [@maverikou]
57 74
  - Chris Palmer [@nophead]
58 75
  - [@paclema]

Loading…
Cancel
Save