Browse Source

Update distribution date and readme

esenapaj 7 years ago
parent
commit
cd5b03d88f
2 changed files with 33 additions and 12 deletions
  1. 1
    1
      Marlin/Version.h
  2. 32
    11
      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-04-27 12:00"
51
+  #define STRING_DISTRIBUTION_DATE "2016-07-26 12:00"
52 52
 
53 53
   /**
54 54
    * Required minimum Configuration.h and Configuration_adv.h file versions.

+ 32
- 11
README.md View File

@@ -5,28 +5,49 @@
5 5
 
6 6
 <img align="top" width=175 src="buildroot/share/pixmaps/logo/marlin-250.png" />
7 7
 
8
-Additional documentation can be found in [The Marlin Wiki](https://github.com/MarlinFirmware/Marlin/wiki).
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 - 27 April 2016
11
+## Release Candidate -- Marlin 1.1.0-RCBugFix - 26 July 2016
12 12
 
13 13
 __Not for production use – use with caution!__
14 14
 
15 15
 You can download earlier versions of Marlin on the [Releases page](https://github.com/MarlinFirmware/Marlin/releases). (The latest "stable" release of Marlin is 1.0.2-1.)
16 16
 
17
-You'll always find the latest Release Candidate in the ["RC" branch](https://github.com/MarlinFirmware/Marlin/tree/RC). Bugs that we find in the current Release Candidate are patched in the ["RCBugFix" branch](https://github.com/MarlinFirmware/Marlin/tree/RCBugFix), so during beta testing this is where you can always find the latest code on its way towards release.
18
-
19
-Future development (Marlin 1.2 and beyond) takes place in the [MarlinDev repository](https://github.com/MarlinFirmware/MarlinDev/).
17
+The latest Release Candidate lives in the ["RC" branch](https://github.com/MarlinFirmware/Marlin/tree/RC). Bugs that we find in the current Release Candidate are patched in the ["RCBugFix" branch](https://github.com/MarlinFirmware/Marlin/tree/RCBugFix), so during beta testing this is where you can always find the latest code on its way towards release.
20 18
 
21 19
 ## Recent Changes
22 20
 - RCBugFix
23 21
 
22
+- RC7 - 26 Jul 2016
23
+  - Add Print Job Timer and Print Counter (`PRINTCOUNTER`)
24
+  - New `M600` Filament Change (`FILAMENT_CHANGE_FEATURE`)
25
+  - New `G12` Nozzle Clean (`NOZZLE_CLEAN_FEATURE`)
26
+  - New `G27` Nozzle Park (`NOZZLE_PARK_FEATURE`)
27
+  - Add support for `COREYZ`
28
+  - Add a new Advance Extrusion algorithm (`LIN_ADVANCE`)
29
+  - Add support for inches, Fahrenheit, Kelvin units (`INCH_MODE_SUPPORT`, `TEMPERATURE_UNITS_SUPPORT`)
30
+  - Better handling of `G92` shifting of the coordinate space
31
+  - Add Greek and Croatian languages
32
+  - Improve the Manual (Mesh) Bed Leveling user interface
33
+  - Add support for more boards, controllers, and probes:
34
+    - Vellemann K8400 (`BOARD_K8400`)
35
+    - RigidBot V2 (`BOARD_RIGIDBOARD_V2`)
36
+    - Cartesio UI (`BOARD_CNCONTROLS_12`)
37
+    - BLTouch probe sensor (`BLTOUCH`)
38
+    - Viki 2 with RAMPS and MKS boards
39
+  - Improve support for `DELTA` and other kinematics
40
+  - Improve thermal management, add `WATCH_BED_TEMP_PERIOD`
41
+  - Better handling of toolchange, multiple tools
42
+  - Add support for two X steppers `X_DUAL_STEPPER_DRIVERS`
43
+  - Add support for `SINGLENOZZLE`, `MIXING_EXTRUDER`, and `SWITCHING_EXTRUDER`
44
+  - Simplified probe configuration, allow usage without bed leveling
45
+  - And much more… See the [1.1.0-RC7 Change Log](https://github.com/MarlinFirmware/Marlin/releases/tag/1.1.0-RC7) for the complete list of changes.
46
+
24 47
 - RC6 - 24 Apr 2016
25
-  - Completed support for CoreXY / CoreXZ in planner
26
-  - Changes to positioning behavior
27
-  - Various issues fixed. More details pending.
28
-  - Throw error if compiling with older versions (<1.60) of Arduino due to serious problems with outdated Arduino versions
29
-  - Please upgrade your IDE at least to Arduino 1.6.0. Thanks.
48
+  - Marlin now requires Arduino version 1.6.0 or later
49
+  - Completed support for CoreXY / CoreXZ
50
+  - See the [1.1.0-RC6 Change Log](https://github.com/MarlinFirmware/Marlin/releases/tag/1.1.0-RC6) for all the changes.
30 51
 
31 52
 - RC5 - 01 Apr 2016
32 53
   - Warn if compiling with older versions (<1.50) of Arduino
@@ -39,7 +60,7 @@ Future development (Marlin 1.2 and beyond) takes place in the [MarlinDev reposit
39 60
   - Rename FILAMENT_SENSOR to FILAMENT_WIDTH_SENSOR
40 61
   - Fix SD card bugs
41 62
   - and a lot more
42
-  - see https://github.com/MarlinFirmware/Marlin/releases/tag/1.1.0-RC5 for details
63
+  - See the [1.1.0-RC5 Change Log](https://github.com/MarlinFirmware/Marlin/releases/tag/1.1.0-RC5) for more!
43 64
 
44 65
 - RC4 - 24 Mar 2016
45 66
   - Many lingering bugs and nagging issues addressed

Loading…
Cancel
Save