Browse Source

README and Version for 1.1.0-RCBugFix

Sync with RC8
esenapaj 7 years ago
parent
commit
08cdaaf19b
2 changed files with 23 additions and 2 deletions
  1. 1
    1
      Marlin/Version.h
  2. 22
    1
      README.md

+ 1
- 1
Marlin/Version.h View File

@@ -48,7 +48,7 @@
48 48
    * here we define this default string as the date where the latest release
49 49
    * version was tagged.
50 50
    */
51
-  #define STRING_DISTRIBUTION_DATE "2016-07-26 12:00"
51
+  #define STRING_DISTRIBUTION_DATE "2016-12-06 12:00"
52 52
 
53 53
   /**
54 54
    * Required minimum Configuration.h and Configuration_adv.h file versions.

+ 22
- 1
README.md View File

@@ -8,7 +8,7 @@
8 8
 Additional documentation can be found at [The Marlin Documentation Project](https://www.marlinfw.org/).
9 9
 Please test this firmware and inform us if it misbehaves in any way, volunteers are standing by!
10 10
 
11
-## Release Candidate -- Marlin 1.1.0-RCBugFix - 26 July 2016
11
+## Release Candidate -- Marlin 1.1.0-RCBugFix - 6 Dec 2016
12 12
 
13 13
 __Not for production use – use with caution!__
14 14
 
@@ -19,6 +19,27 @@ The latest Release Candidate lives in the ["RC" branch](https://github.com/Marli
19 19
 ## Recent Changes
20 20
 - RCBugFix
21 21
 
22
+- RC8 - 06 Dec 2016
23
+  - Major performance improvement for Graphical LCDs
24
+  - Simplified probe configuration
25
+  - Enable Auto Bed Leveling by type
26
+  - Reduce serial communication errors
27
+  - Make Bilinear (Mesh) Grid Leveling available for non-delta
28
+  - Support for Trinamic TMC2130 SilentStepStick SPI-based drivers
29
+  - Add `M211` to Enable/Disable Software Endstops
30
+  - Add `M355` to turn the case light on/off and set brightness
31
+  - Improved I2C class with full master/slave support
32
+  - Add `G38.2` `G38.3` command option for CNC style probing
33
+  - Add `MINIMUM_STEPPER_PULSE` option to adjust step pulse duration
34
+  - Add `R` parameter support for `G2`/`G3`
35
+  - Add `M43` optional command (`PINS_DEBUGGING`)
36
+  - Remove SCARA axis scaling
37
+  - Improved sanity checking of configuration
38
+  - Improved support for PlatformIO and command-line build
39
+  - Usable `DELTA_CALIBRATION_MENU`
40
+  - Support for Printrbot Rev.F
41
+  - New and updated languages
42
+
22 43
 - RC7 - 26 Jul 2016
23 44
   - Add Print Job Timer and Print Counter (`PRINTCOUNTER`)
24 45
   - New `M600` Filament Change (`FILAMENT_CHANGE_FEATURE`)

Loading…
Cancel
Save