forked from makerbot/ReplicatorG
-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
31 lines (19 loc) · 1.11 KB
/
readme.txt
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
ReplicatorG is an open-source GCode based controller for RepRap / CNC machines. It has 3 main goals:
1. Be as simple to use, and as easy to install as possible.
2. Be driver oriented and abstract the GCode away, allowing users to easily create drivers for their own machine.
3. Support as much of the GCode specification as possible.
For more information, see the website at: http://www.replicat.org
INSTALLATION
Windows: http://www.replicat.org/windows-installation
Mac OSX: http://www.replicat.org/mac-osx-installation
Linux: http://www.replicat.org/linux-installation
CREDITS
ReplicatorG is an open source project, owned by nobody and supported by many.
The project is descended from the wonderful Arduino host software (http://www.arduino.cc)
Arduino is descended from the also wonderful Processing environment (http://www.processing.org)
ReplicatorG was forked from Arduino in August 2008.
See changelog.txt for a list of changes in each version.
People who have worked on ReplicatorG include:
Zach 'Hoeken' Smith (http://www.zachhoeken.com)
Marius Kintel (http://reprap.soup.io)
Adam Mayer (http://makerbot.com)