|
@@ -14,17 +14,15 @@
|
14
|
14
|
|
15
|
15
|
## Quick Information
|
16
|
16
|
|
17
|
|
-This RepRap firmware is a mashup between <a href="https://github.com/kliment/Sprinter">Sprinter</a>, <a href="https://github.com/simen/grbl/tree">grbl</a> and many original parts.
|
18
|
|
-
|
19
|
|
-Derived from Sprinter and Grbl by Erik van der Zalm.
|
20
|
|
-Sprinters lead developers are Kliment and caru.
|
21
|
|
-Grbls lead developer is Simen Svale Skogsrud. Sonney Jeon (Chamnit) improved some parts of grbl
|
22
|
|
-A fork by bkubicek for the Ultimaker was merged, and further development was aided by him.
|
23
|
|
-Some features have been added by:
|
24
|
|
-Lampmaker, Bradley Feldman, and others...
|
|
17
|
+This is a firmware for reprap single-processor electronics setups.
|
|
18
|
+It also works on the Ultimaker PCB. It supports printing from SD card+Folders, and look-ahead trajectory planning.
|
|
19
|
+This firmware is a mashup between [Sprinter](https://github.com/kliment/Sprinter), [grbl](https://github.com/simen/grbl) and many original parts.
|
25
|
20
|
|
26
|
21
|
## Current Status: Bug Fixing
|
27
|
22
|
|
|
23
|
+The Marlin development is currently revived. There's a long list of reported issues and pull requests, which we are working on currently.
|
|
24
|
+We are actively looking for testers. So please try the current development version and report new issues and feedback.
|
|
25
|
+
|
28
|
26
|
[](https://scan.coverity.com/projects/2224)
|
29
|
27
|
[](https://travis-ci.org/MarlinFirmware/Marlin)
|
30
|
28
|
|
|
@@ -36,6 +34,14 @@ __IRC:__ #marlin-firmware @freenode
|
36
|
34
|
|
37
|
35
|
__Google Hangouts:__ https://plus.google.com/hangouts/_/event/cps5d0ru0iruhl6ebqbk9dpqpa4?authuser=0&hl=da
|
38
|
36
|
|
|
37
|
+## Credits
|
|
38
|
+
|
|
39
|
+Sprinters lead developers are Kliment and caru.
|
|
40
|
+Grbls lead developer is Simen Svale Skogsrud. Sonney Jeon (Chamnit) improved some parts of grbl
|
|
41
|
+A fork by bkubicek for the Ultimaker was merged, and further development was aided by him.
|
|
42
|
+Some features have been added by:
|
|
43
|
+Lampmaker, Bradley Feldman, and others...
|
|
44
|
+
|
39
|
45
|
## Licence
|
40
|
46
|
|
41
|
47
|
Marlin is published unde the [GPL license](/Documentation/COPYING.md) because I believe in open development.
|