Added important URLs.

This commit is contained in:
Revar Desmera
2014-08-30 16:44:23 -07:00
parent 5a9542e082
commit e8d8e13501

View File

@@ -1,19 +1,27 @@
![Snappy Full Rendering](https://github.com/revarbat/snappy-reprap/wiki/snappy_small.png)
snappy-reprap v0.90
===================
Snappy-Reprap v0.90
====================
A parametric design for a cheap self-replicating 3D printer (reprap) that snaps together to minimize screws and non-printed parts.
Important Links:
Generating STL Files
====================
| What | URL
|-------------------|---------------------------------------------------------
| GitHub Repository | https://github.com/revarbat/snappy-reprap
| Project Wiki | https://github.com/revarbat/snappy-reprap/wiki
| Bill of Materials | https://github.com/revarbat/snappy-reprap/wiki/BOM
| How to Assemble | https://github.com/revarbat/snappy-reprap/wiki/Assembly
Making STL Files
-----------------
For all platforms, you will need to have OpenSCAD installed. You can download OpenSCAD from their website at [http://www.openscad.org](http://www.openscad.org)
OS X:
-----
### OS X ###
Under OS X, you shouldn't need to change the Makefile. It should set $OPENSCAD as:
```
OPENSCAD=/Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD
@@ -25,8 +33,7 @@ make
```
Linux:
------
### Linux ###
Under Linux, you will need to edit the Makefile, and change $OPENSCAD to:
```
OPENSCAD=openscad
@@ -37,8 +44,7 @@ make
```
Windows:
--------
### Windows ###
Under Windows, you'll probably have to open each `*_part.scad` and `*_parts.scad` file individually and manually export the STL files.
You _might_ be able to run the makefile under CygWin, if you set $OPENSCAD to something like:
@@ -47,8 +53,3 @@ OPENSCAD="/Program Files/OpenSCAD/openscad.exe"
```
Assembly Instructions
=====================
Instructions on what to print, what non-printed parts to get, and what tools you need, can be found in the [Wiki]<https://github.com/revarbat/snappy-reprap/wiki>.