Explorar el Código

README and Version for 1.1.0-RCBugFix

Sync with RC8
esenapaj hace 7 años
padre
commit
08cdaaf19b
Se han modificado 2 ficheros con 23 adiciones y 2 borrados
  1. 1
    1
      Marlin/Version.h
  2. 22
    1
      README.md

+ 1
- 1
Marlin/Version.h Ver fichero

48
    * here we define this default string as the date where the latest release
48
    * here we define this default string as the date where the latest release
49
    * version was tagged.
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
    * Required minimum Configuration.h and Configuration_adv.h file versions.
54
    * Required minimum Configuration.h and Configuration_adv.h file versions.

+ 22
- 1
README.md Ver fichero

8
 Additional documentation can be found at [The Marlin Documentation Project](https://www.marlinfw.org/).
8
 Additional documentation can be found at [The Marlin Documentation Project](https://www.marlinfw.org/).
9
 Please test this firmware and inform us if it misbehaves in any way, volunteers are standing by!
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
 __Not for production use – use with caution!__
13
 __Not for production use – use with caution!__
14
 
14
 
19
 ## Recent Changes
19
 ## Recent Changes
20
 - RCBugFix
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
 - RC7 - 26 Jul 2016
43
 - RC7 - 26 Jul 2016
23
   - Add Print Job Timer and Print Counter (`PRINTCOUNTER`)
44
   - Add Print Job Timer and Print Counter (`PRINTCOUNTER`)
24
   - New `M600` Filament Change (`FILAMENT_CHANGE_FEATURE`)
45
   - New `M600` Filament Change (`FILAMENT_CHANGE_FEATURE`)

Loading…
Cancelar
Guardar