Firmware2/README.md

61 lines
2.8 KiB
Markdown
Raw Normal View History

# Marlin 3D Printer Firmware
<img align="right" src="Documentation/Logo/Marlin%20Logo%20GitHub.png" />
* [Configuration & Compilation](/Documentation/Compilation.md)
* Supported
* [Features](/Documentation/Features.md)
* [Hardware](/Documentation/Hardware.md)
* [GCodes](/Documentation/GCodes.md)
* Notes
* [Auto Bed Leveling](/Documentation/BedLeveling.md)
* [Filament Sensor](/Documentation/FilamentSensor.md)
* [Ramps Servo Power](/Documentation/RampsServoPower.md)
##### [RepRap.org Wiki Page](http://reprap.org/wiki/Marlin)
## Quick Information
2015-01-08 19:48:56 +01:00
This is a firmware for reprap single-processor electronics setups.
It also works on the Ultimaker PCB. It supports printing from SD card+Folders, and look-ahead trajectory planning.
This firmware is a mashup between [Sprinter](https://github.com/kliment/Sprinter), [grbl](https://github.com/simen/grbl) and many original parts.
## Current Status: Bug Fixing
2015-01-08 19:48:56 +01:00
The Marlin development is currently revived. There's a long list of reported issues and pull requests, which we are working on currently.
We are actively looking for testers. So please try the current development version and report new issues and feedback.
[![Coverity Scan Build Status](https://scan.coverity.com/projects/2224/badge.svg)](https://scan.coverity.com/projects/2224)
[![Travis Build Status](https://travis-ci.org/MarlinFirmware/Marlin.svg)](https://travis-ci.org/MarlinFirmware/Marlin)
2015-01-08 19:57:09 +01:00
What bugs are we working on: [Bug Fixing Round 2](https://github.com/MarlinFirmware/Marlin/milestones/Bug%20Fixing%20Round%202)
## Contact
__IRC:__ #marlin-firmware @freenode ([WebChat Client](https://webchat.freenode.net/?channels=marlin-firmware), [Archive](http://energymonitor-dk.dns4e.net/marlin-firmware-log/))
__Mailing List:__ marlin@lists.0l.de ([Subscribe](http://lists.0l.de/mailman/listinfo/marlin), [Archive](http://lists.0l.de/pipermail/marlin/))
2015-01-08 19:48:56 +01:00
## Credits
2015-01-08 19:54:46 +01:00
The current Marlin dev team consists of:
2015-01-08 19:55:33 +01:00
- Erik van der Zalm ([@ErikZalm](https://github.com/ErikZalm))
2015-01-08 19:54:46 +01:00
- [@daid](https://github.com/daid)
2015-01-16 04:29:12 +01:00
2015-01-08 19:48:56 +01:00
Sprinters lead developers are Kliment and caru.
2015-01-08 19:54:46 +01:00
Grbls lead developer is Simen Svale Skogsrud.
Sonney Jeon (Chamnit) improved some parts of grbl
A fork by bkubicek for the Ultimaker was merged.
More features have been added by:
- Lampmaker,
- Bradley Feldman,
- and others...
2015-01-08 19:48:56 +01:00
## Licence
Marlin is published unde the [GPL license](/Documentation/COPYING.md) because I believe in open development.
Please do not use this code in products (3D printers, CNC etc) that are closed source or are crippled by a patent.
[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=ErikZalm&url=https://github.com/MarlinFirmware/Marlin&title=Marlin&language=&tags=github&category=software)