Browse Source

Update README.md for bugfix

Scott Lahteine 7 years ago
parent
commit
e8d3ea803d
1 changed files with 36 additions and 31 deletions
  1. 36
    31
      README.md

+ 36
- 31
README.md View File

14
 
14
 
15
 This branch is used to accumulate patches to the latest 1.1.x release version. Periodically this branch will form the basis for the next minor 1.1.x release.
15
 This branch is used to accumulate patches to the latest 1.1.x release version. Periodically this branch will form the basis for the next minor 1.1.x release.
16
 
16
 
17
-Download earlier versions of Marlin on the [Releases page](https://github.com/MarlinFirmware/Marlin/releases). (The latest tagged release of Marlin is version 1.1.1.)
17
+Download earlier versions of Marlin on the [Releases page](https://github.com/MarlinFirmware/Marlin/releases). (The latest tagged release of Marlin is version 1.1.7.)
18
 
18
 
19
 ## Recent Changes
19
 ## Recent Changes
20
-- Further integration of Unified Bed Leveling
20
+- Internally always use native machine space
21
 - Initial UBL LCD Menu
21
 - Initial UBL LCD Menu
22
 - New optimized G-code parser singleton
22
 - New optimized G-code parser singleton
23
-- Initial M3/M4/M5 Spindle and Laser support
24
-- Added M421 Q to offset a mesh point
25
-- Refinements to G26 and G33
26
-- Added M80 S to query the power state
23
+- Initial `M3`/`M4`/`M5` Spindle and Laser support
24
+- Added `M421 Q` to offset a mesh point
25
+- Refinements to `G26` and `G33`
26
+- Added `M80 S` to query the power state
27
 - "Cancel Print" now shuts off heaters
27
 - "Cancel Print" now shuts off heaters
28
 - Added `EXTRAPOLATE_BEYOND_GRID` option for mesh-based leveling
28
 - Added `EXTRAPOLATE_BEYOND_GRID` option for mesh-based leveling
29
 
29
 
31
 
31
 
32
 Proposed patches should be submitted as a Pull Request against this branch ([bugfix-1.1.x](https://github.com/MarlinFirmware/Marlin/tree/bugfix-1.1.x)).
32
 Proposed patches should be submitted as a Pull Request against this branch ([bugfix-1.1.x](https://github.com/MarlinFirmware/Marlin/tree/bugfix-1.1.x)).
33
 
33
 
34
-- This branch is for fixing bugs and integrating any new features for the duration of the Marlin 1.1.x life-cycle. We've opted for a simplified branch structure while we work on the maintainability and encapsulation of code modules. Version 1.2 and beyond should improve on separation of bug fixes and cutting-edge development.
34
+- This branch is for fixing bugs and integrating any new features for the duration of the Marlin 1.1.x life-cycle. We've opted for a simplified branch structure while we work on the maintainability and encapsulation of code modules. Version 2.0 and beyond should improve on separation of bug fixes and cutting-edge development.
35
 - Follow the proper coding style to gain points with the maintainers. See our [Coding Standards](http://marlinfw.org/docs/development/coding_standards.html) page for more information.
35
 - Follow the proper coding style to gain points with the maintainers. See our [Coding Standards](http://marlinfw.org/docs/development/coding_standards.html) page for more information.
36
 - Please submit your questions and concerns to the [Issue Queue](https://github.com/MarlinFirmware/Marlin/issues). The "naive" question is often the one we forget to ask.
36
 - Please submit your questions and concerns to the [Issue Queue](https://github.com/MarlinFirmware/Marlin/issues). The "naive" question is often the one we forget to ask.
37
 
37
 
40
 ## Credits
40
 ## Credits
41
 
41
 
42
 The current Marlin dev team consists of:
42
 The current Marlin dev team consists of:
43
- - Roxanne Neufeld [[@Roxy-3D](https://github.com/Roxy-3D)] - English
44
- - Scott Lahteine [[@thinkyhead](https://github.com/thinkyhead)] - English
45
- - Bob Kuhn [[@Bob-the-Kuhn](https://github.com/Bob-the-Kuhn)] - English
46
- - Andreas Hardtung [[@AnHardt](https://github.com/AnHardt)] - Deutsch, English
47
- - Nico Tonnhofer [[@Wurstnase](https://github.com/Wurstnase)] - Deutsch, English
48
- - Jochen Groppe [[@CONSULitAS](https://github.com/CONSULitAS)] - Deutsch, English
49
- - João Brazio [[@jbrazio](https://github.com/jbrazio)] - Portuguese, English
50
- - Bo Hermannsen [[@boelle](https://github.com/boelle)] - Danish, English
51
- - Bob Cousins [[@bobc](https://github.com/bobc)] - English
52
- - [[@maverikou](https://github.com/maverikou)]
43
+ - Roxanne Neufeld [[@Roxy-3D](https://github.com/Roxy-3D)]
44
+ - Scott Lahteine [[@thinkyhead](https://github.com/thinkyhead)]
45
+ - Bob Kuhn [[@Bob-the-Kuhn](https://github.com/Bob-the-Kuhn)]
46
+
47
+Notable contributors include:
48
+ - Alberto Cotronei [[@MagoKimbra](https://github.com/MagoKimbra)]
49
+ - Andreas Hardtung [[@AnHardt](https://github.com/AnHardt)]
50
+ - Bernhard Kubicek [[@bkubicek](https://github.com/bkubicek)]
51
+ - Bob Cousins [[@bobc](https://github.com/bobc)]
53
  - Chris Palmer [[@nophead](https://github.com/nophead)]
52
  - Chris Palmer [[@nophead](https://github.com/nophead)]
54
- - [[@paclema](https://github.com/paclema)]
55
- - Erik van der Zalm [[@ErikZalm](https://github.com/ErikZalm)]
56
  - David Braam [[@daid](https://github.com/daid)]
53
  - David Braam [[@daid](https://github.com/daid)]
57
- - Bernhard Kubicek [[@bkubicek](https://github.com/bkubicek)]
58
-
59
-More features have been added by:
60
- - Alberto Cotronei [[@MagoKimbra](https://github.com/MagoKimbra)] - English, Italian
61
- - Thomas Moore [[@tcm0116](https://github.com/tcm0116)]
54
+ - Edward Patel [[@epatel](https://github.com/epatel)]
55
+ - Erik van der Zalm [[@ErikZalm](https://github.com/ErikZalm)]
62
  - Ernesto Martinez [[@emartinez167](https://github.com/emartinez167)]
56
  - Ernesto Martinez [[@emartinez167](https://github.com/emartinez167)]
63
- - Petr Zahradnik [[@clexpert](https://github.com/clexpert)]
57
+ - F. Malpartida [[@fmalpartida](https://github.com/fmalpartida)]
58
+ - Jochen Groppe [[@CONSULitAS](https://github.com/CONSULitAS)]
59
+ - João Brazio [[@jbrazio](https://github.com/jbrazio)]
64
  - Kai [[@Kaibob2](https://github.com/Kaibob2)]
60
  - Kai [[@Kaibob2](https://github.com/Kaibob2)]
65
- - Edward Patel [[@epatel](https://github.com/epatel)]
66
- - F. Malpartida [[@fmalpartida](https://github.com/fmalpartida)] - English, Spanish
67
- - [[@esenapaj](https://github.com/esenapaj)] - English, Japanese
61
+ - Luc Van Daele[[@LVD-AC](https://github.com/LVD-AC)]
62
+ - Nico Tonnhofer [[@Wurstnase](https://github.com/Wurstnase)]
63
+ - Petr Zahradnik [[@clexpert](https://github.com/clexpert)]
64
+ - Thomas Moore [[@tcm0116](https://github.com/tcm0116)]
65
+ - [[@alexxy](https://github.com/alexxy)]
66
+ - [[@android444](https://github.com/android444)]
68
  - [[@benlye](https://github.com/benlye)]
67
  - [[@benlye](https://github.com/benlye)]
69
- - [[@Tannoo](https://github.com/Tannoo)]
70
- - [[@teemuatlut](https://github.com/teemuatlut)]
71
  - [[@bgort](https://github.com/bgort)]
68
  - [[@bgort](https://github.com/bgort)]
72
- - Luc Van Daele[[@LVD-AC](https://github.com/LVD-AC)] - Dutch, French, English
69
+ - [[@Grogyan](https://github.com/Grogyan)]
70
+ - [[@marcio-ao](https://github.com/marcio-ao)]
71
+ - [[@maverikou](https://github.com/maverikou)]
72
+ - [[@oysteinkrog](https://github.com/oysteinkrog)]
73
+ - [[@p3p](https://github.com/p3p)]
74
+ - [[@paclema](https://github.com/paclema)]
73
  - [[@paulusjacobus](https://github.com/paulusjacobus)]
75
  - [[@paulusjacobus](https://github.com/paulusjacobus)]
76
+ - [[@psavva](https://github.com/psavva)]
77
+ - [[@Tannoo](https://github.com/Tannoo)]
78
+ - [[@teemuatlut](https://github.com/teemuatlut)]
74
  - ...and many others
79
  - ...and many others
75
 
80
 
76
 ## License
81
 ## License

Loading…
Cancel
Save