Update README.md for bugfix

This commit is contained in:
Scott Lahteine 2017-12-15 20:14:25 -06:00
parent c5a4230a6a
commit e8d3ea803d

View File

@ -14,16 +14,16 @@ __Not for production use. Use with caution!__
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. 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.
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.) 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.)
## Recent Changes ## Recent Changes
- Further integration of Unified Bed Leveling - Internally always use native machine space
- Initial UBL LCD Menu - Initial UBL LCD Menu
- New optimized G-code parser singleton - New optimized G-code parser singleton
- Initial M3/M4/M5 Spindle and Laser support - Initial `M3`/`M4`/`M5` Spindle and Laser support
- Added M421 Q to offset a mesh point - Added `M421 Q` to offset a mesh point
- Refinements to G26 and G33 - Refinements to `G26` and `G33`
- Added M80 S to query the power state - Added `M80 S` to query the power state
- "Cancel Print" now shuts off heaters - "Cancel Print" now shuts off heaters
- Added `EXTRAPOLATE_BEYOND_GRID` option for mesh-based leveling - Added `EXTRAPOLATE_BEYOND_GRID` option for mesh-based leveling
@ -31,7 +31,7 @@ Download earlier versions of Marlin on the [Releases page](https://github.com/Ma
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)). 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)).
- 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. - 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.
- 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. - 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.
- 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. - 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.
@ -40,37 +40,42 @@ Proposed patches should be submitted as a Pull Request against this branch ([bug
## Credits ## Credits
The current Marlin dev team consists of: The current Marlin dev team consists of:
- Roxanne Neufeld [[@Roxy-3D](https://github.com/Roxy-3D)] - English - Roxanne Neufeld [[@Roxy-3D](https://github.com/Roxy-3D)]
- Scott Lahteine [[@thinkyhead](https://github.com/thinkyhead)] - English - Scott Lahteine [[@thinkyhead](https://github.com/thinkyhead)]
- Bob Kuhn [[@Bob-the-Kuhn](https://github.com/Bob-the-Kuhn)] - English - Bob Kuhn [[@Bob-the-Kuhn](https://github.com/Bob-the-Kuhn)]
- Andreas Hardtung [[@AnHardt](https://github.com/AnHardt)] - Deutsch, English
- Nico Tonnhofer [[@Wurstnase](https://github.com/Wurstnase)] - Deutsch, English
- Jochen Groppe [[@CONSULitAS](https://github.com/CONSULitAS)] - Deutsch, English
- João Brazio [[@jbrazio](https://github.com/jbrazio)] - Portuguese, English
- Bo Hermannsen [[@boelle](https://github.com/boelle)] - Danish, English
- Bob Cousins [[@bobc](https://github.com/bobc)] - English
- [[@maverikou](https://github.com/maverikou)]
- Chris Palmer [[@nophead](https://github.com/nophead)]
- [[@paclema](https://github.com/paclema)]
- Erik van der Zalm [[@ErikZalm](https://github.com/ErikZalm)]
- David Braam [[@daid](https://github.com/daid)]
- Bernhard Kubicek [[@bkubicek](https://github.com/bkubicek)]
More features have been added by: Notable contributors include:
- Alberto Cotronei [[@MagoKimbra](https://github.com/MagoKimbra)] - English, Italian - Alberto Cotronei [[@MagoKimbra](https://github.com/MagoKimbra)]
- Thomas Moore [[@tcm0116](https://github.com/tcm0116)] - Andreas Hardtung [[@AnHardt](https://github.com/AnHardt)]
- Ernesto Martinez [[@emartinez167](https://github.com/emartinez167)] - Bernhard Kubicek [[@bkubicek](https://github.com/bkubicek)]
- Petr Zahradnik [[@clexpert](https://github.com/clexpert)] - Bob Cousins [[@bobc](https://github.com/bobc)]
- Kai [[@Kaibob2](https://github.com/Kaibob2)] - Chris Palmer [[@nophead](https://github.com/nophead)]
- David Braam [[@daid](https://github.com/daid)]
- Edward Patel [[@epatel](https://github.com/epatel)] - Edward Patel [[@epatel](https://github.com/epatel)]
- F. Malpartida [[@fmalpartida](https://github.com/fmalpartida)] - English, Spanish - Erik van der Zalm [[@ErikZalm](https://github.com/ErikZalm)]
- [[@esenapaj](https://github.com/esenapaj)] - English, Japanese - Ernesto Martinez [[@emartinez167](https://github.com/emartinez167)]
- F. Malpartida [[@fmalpartida](https://github.com/fmalpartida)]
- Jochen Groppe [[@CONSULitAS](https://github.com/CONSULitAS)]
- João Brazio [[@jbrazio](https://github.com/jbrazio)]
- Kai [[@Kaibob2](https://github.com/Kaibob2)]
- Luc Van Daele[[@LVD-AC](https://github.com/LVD-AC)]
- Nico Tonnhofer [[@Wurstnase](https://github.com/Wurstnase)]
- Petr Zahradnik [[@clexpert](https://github.com/clexpert)]
- Thomas Moore [[@tcm0116](https://github.com/tcm0116)]
- [[@alexxy](https://github.com/alexxy)]
- [[@android444](https://github.com/android444)]
- [[@benlye](https://github.com/benlye)] - [[@benlye](https://github.com/benlye)]
- [[@bgort](https://github.com/bgort)]
- [[@Grogyan](https://github.com/Grogyan)]
- [[@marcio-ao](https://github.com/marcio-ao)]
- [[@maverikou](https://github.com/maverikou)]
- [[@oysteinkrog](https://github.com/oysteinkrog)]
- [[@p3p](https://github.com/p3p)]
- [[@paclema](https://github.com/paclema)]
- [[@paulusjacobus](https://github.com/paulusjacobus)]
- [[@psavva](https://github.com/psavva)]
- [[@Tannoo](https://github.com/Tannoo)] - [[@Tannoo](https://github.com/Tannoo)]
- [[@teemuatlut](https://github.com/teemuatlut)] - [[@teemuatlut](https://github.com/teemuatlut)]
- [[@bgort](https://github.com/bgort)]
- Luc Van Daele[[@LVD-AC](https://github.com/LVD-AC)] - Dutch, French, English
- [[@paulusjacobus](https://github.com/paulusjacobus)]
- ...and many others - ...and many others
## License ## License