Browse Source

added links to reprap.org and the license

Steffen Vogel 9 years ago
parent
commit
cf88d61c20
1 changed files with 44 additions and 41 deletions
  1. 44
    41
      README.md

+ 44
- 41
README.md View File

@@ -1,41 +1,44 @@
1
-# Marlin 3D Printer Firmware
2
-
3
-  * [Configuration & Compilation](/Documentation/Compilation.md)
4
-  * Supported
5
-    * [Features](/Documentation/Features.md)
6
-    * [Hardware](/Documentation/Hardware.md)
7
-    * [GCodes](/Documentation/GCodes.md)
8
-  * Notes
9
-    * [Auto Bed Leveling](/Documentation/BedLeveling.md)
10
-    * [Filament Sensor](/Documentation/FilamentSensor.md)
11
-
12
-## Quick Information
13
-
14
-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.
15
-
16
-Derived from Sprinter and Grbl by Erik van der Zalm.
17
-Sprinters lead developers are Kliment and caru.
18
-Grbls lead developer is Simen Svale Skogsrud. Sonney Jeon (Chamnit) improved some parts of grbl
19
-A fork by bkubicek for the Ultimaker was merged, and further development was aided by him.
20
-Some features have been added by:
21
-Lampmaker, Bradley Feldman, and others...
22
-
23
-## Current Status: Bug Fixing
24
-
25
-[![Coverity Scan Build Status](https://scan.coverity.com/projects/2224/badge.svg)](https://scan.coverity.com/projects/2224)
26
-[![Travis Build Status](https://travis-ci.org/MarlinFirmware/Marlin.svg)](https://travis-ci.org/MarlinFirmware/Marlin)
27
-
28
-What bugs are we working on: https://github.com/MarlinFirmware/Marlin/milestones/Bug%20Fixing%20Round%201
29
-
30
-## Contact
31
-
32
-__IRC:__ #marlin-firmware @freenode
33
-__Google Hangouts:__ https://plus.google.com/hangouts/_/event/cps5d0ru0iruhl6ebqbk9dpqpa4?authuser=0&hl=da
34
-
35
-## Licence
36
-
37
-Marlin has a GPL license because I believe in open development.
38
-Please do not use this code in products (3D printers, CNC etc) that are closed source or are crippled by a patent.
39
-
40
-[![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)
41
-
1
+# Marlin 3D Printer Firmware
2
+<img align="right" src="Documentation/Logo/Marlin%20Logo%20GitHub.png" />
3
+
4
+  * [Configuration & Compilation](/Documentation/Compilation.md)
5
+  * Supported
6
+    * [Features](/Documentation/Features.md)
7
+    * [Hardware](/Documentation/Hardware.md)
8
+    * [GCodes](/Documentation/GCodes.md)
9
+  * Notes
10
+    * [Auto Bed Leveling](/Documentation/BedLeveling.md)
11
+    * [Filament Sensor](/Documentation/FilamentSensor.md)
12
+
13
+##### [RepRap.org Wiki Page](http://reprap.org/wiki/Marlin)
14
+
15
+## Quick Information
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...
25
+
26
+## Current Status: Bug Fixing
27
+
28
+[![Coverity Scan Build Status](https://scan.coverity.com/projects/2224/badge.svg)](https://scan.coverity.com/projects/2224)
29
+[![Travis Build Status](https://travis-ci.org/MarlinFirmware/Marlin.svg)](https://travis-ci.org/MarlinFirmware/Marlin)
30
+
31
+What bugs are we working on: https://github.com/MarlinFirmware/Marlin/milestones/Bug%20Fixing%20Round%201
32
+
33
+## Contact
34
+
35
+__IRC:__ #marlin-firmware @freenode
36
+
37
+__Google Hangouts:__ https://plus.google.com/hangouts/_/event/cps5d0ru0iruhl6ebqbk9dpqpa4?authuser=0&hl=da
38
+
39
+## Licence
40
+
41
+Marlin is published unde the [GPL license](/Documentation/COPYING.md) because I believe in open development.
42
+Please do not use this code in products (3D printers, CNC etc) that are closed source or are crippled by a patent.
43
+
44
+[![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)

Loading…
Cancel
Save