Marlin bugfix-2.0.x Version/README
This commit is contained in:
55
README.md
55
README.md
@@ -8,32 +8,26 @@
|
||||
Additional documentation can be found at the [Marlin Home Page](http://marlinfw.org/).
|
||||
Please test this firmware and let us know if it misbehaves in any way. Volunteers are standing by!
|
||||
|
||||
## Bugfix Branch
|
||||
## Marlin 2.0 Bugfix Branch
|
||||
|
||||
__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 2.0.x release version. Periodically this branch will form the basis for the next minor 2.0.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).
|
||||
|
||||
## Recent Changes
|
||||
- Further integration of Unified Bed Leveling
|
||||
- Initial UBL LCD Menu
|
||||
- New optimized G-code parser singleton
|
||||
- Initial M3/M4/M5 Spindle and Laser support
|
||||
- Added M421 Q to offset a mesh point
|
||||
- Refinements to G26 and G33
|
||||
- Added M80 S to query the power state
|
||||
- "Cancel Print" now shuts off heaters
|
||||
- Added `EXTRAPOLATE_BEYOND_GRID` option for mesh-based leveling
|
||||
- Add a Hardware Abstraction Layer (HAL) supporting current AVR platforms
|
||||
- Planning a HAL for Re:Arm
|
||||
- Planning a HAL for STM32
|
||||
|
||||
## Submitting Patches
|
||||
|
||||
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-2.0.x](https://github.com/MarlinFirmware/Marlin/tree/bugfix-2.0.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.
|
||||
- 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.
|
||||
- This branch is for fixing bugs and integrating any new features for the duration of the Marlin 2.0.x life-cycle.
|
||||
- Follow the [Coding Standards](http://marlinfw.org/docs/development/coding_standards.html) to gain points with the maintainers.
|
||||
- Please submit your questions and concerns to the [Issue Queue](https://github.com/MarlinFirmware/Marlin/issues).
|
||||
|
||||
### [RepRap.org Wiki Page](http://reprap.org/wiki/Marlin)
|
||||
|
||||
@@ -43,35 +37,8 @@ The current Marlin dev team consists of:
|
||||
- Roxanne Neufeld [[@Roxy-3D](https://github.com/Roxy-3D)] - English
|
||||
- Scott Lahteine [[@thinkyhead](https://github.com/thinkyhead)] - English
|
||||
- Bob Kuhn [[@Bob-the-Kuhn](https://github.com/Bob-the-Kuhn)] - English
|
||||
- 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
|
||||
- Chris Pepper [[@p3p](https://github.com/p3p)] - 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:
|
||||
- Alberto Cotronei [[@MagoKimbra](https://github.com/MagoKimbra)] - English, Italian
|
||||
- Thomas Moore [[@tcm0116](https://github.com/tcm0116)]
|
||||
- Ernesto Martinez [[@emartinez167](https://github.com/emartinez167)]
|
||||
- Petr Zahradnik [[@clexpert](https://github.com/clexpert)]
|
||||
- Kai [[@Kaibob2](https://github.com/Kaibob2)]
|
||||
- Edward Patel [[@epatel](https://github.com/epatel)]
|
||||
- F. Malpartida [[@fmalpartida](https://github.com/fmalpartida)] - English, Spanish
|
||||
- [[@esenapaj](https://github.com/esenapaj)] - English, Japanese
|
||||
- [[@benlye](https://github.com/benlye)]
|
||||
- [[@Tannoo](https://github.com/Tannoo)]
|
||||
- [[@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
|
||||
|
||||
## License
|
||||
|
||||
|
Reference in New Issue
Block a user