-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (66 loc) · 4.29 KB
/
index.html
File metadata and controls
86 lines (66 loc) · 4.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<title>ReplicatorG by the ReplicatorG development team</title>
</head>
<body>
<header>
<div class="container">
<h1>ReplicatorG</h1>
<h2>Continuing development of a much-loved abandoned 3d printer host software.</h2>
<section id="downloads">
<a href="https://github.com/replicatorg/ReplicatorG" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
<h1>
<a id="replicatorg" class="anchor" href="#replicatorg" aria-hidden="true"><span class="octicon octicon-link"></span></a>ReplicatorG</h1>
<p><a href="https://gitter.im/replicatorg/ReplicatorG?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img src="https://badges.gitter.im/Join%20Chat.svg" alt="Join the chat at https://gitter.im/replicatorg/ReplicatorG"></a>
<a href="https://google.github.io/styleguide/javaguide.html"><img src="https://img.shields.io/badge/java%20style-google-3369e8.svg?style=flat-square" alt="Java Style: Google"></a>
<a href="http://issuestats.com/github/replicatorg/ReplicatorG"><img src="http://issuestats.com/github/replicatorg/ReplicatorG/badge/issue?style=flat-square" alt="Issue Stats"></a> <a href="http://issuestats.com/github/replicatorg/ReplicatorG"><img src="http://issuestats.com/github/replicatorg/ReplicatorG/badge/pr?style=flat-square" alt="Issue Stats"></a></p>
<p>ReplicatorG is an open-source GCode based controller for RepRap / CNC machines. It has 3 main goals:</p>
<ol>
<li>Be as simple to use, and as easy to install as possible.</li>
<li>Be driver oriented and abstract the GCode away, allowing users to easily create drivers for their own machine.</li>
<li>Support as much of the GCode specification as possible.</li>
</ol>
<p>ReplicatorG was originally abandoned at version 0040 in 2012, since Makerbot had better things to do (cough, cough).
Liam Marshall (<a href="https://github.com/archimedespi">@archimedespi</a>) created this fork with the intention of modernizing and continuing development.</p>
<h1>
<a id="credits" class="anchor" href="#credits" aria-hidden="true"><span class="octicon octicon-link"></span></a>Credits</h1>
<p>ReplicatorG is an open source project, owned by nobody and supported by many.</p>
<p>The project is descended from the wonderful Arduino host software (<a href="http://www.arduino.cc">http://www.arduino.cc</a>)
Arduino is descended from the also wonderful Processing environment (<a href="http://www.processing.org">http://www.processing.org</a>)</p>
<p>ReplicatorG was forked from Arduino in August 2008 by Zach Smith.
Adam Mayer took over maintenance of ReplicatorG in 2009.
ReplicatorG was forked from Makerbot in August 2015 by Liam Marshall.</p>
<p>See <a href="https://github.com/replicatorg/ReplicatorG/blob/master/changelog.txt">changelog.txt</a> for a list of changes in each version.</p>
<p>People who have worked on ReplicatorG include:</p>
<ul>
<li>Zach 'Hoeken' Smith (<a href="http://www.zachhoeken.com">http://www.zachhoeken.com</a>)</li>
<li>Marius Kintel (<a href="http://reprap.soup.io">http://reprap.soup.io</a>)</li>
<li>Adam Mayer (<a href="http://makerbot.com">http://makerbot.com</a>)</li>
<li>Far McKon (<a href="http://makerbot.com">http://makerbot.com</a>)</li>
</ul>
<p>A full list of contributers is in contributers.txt</p>
</section>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-66463623-2");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>