mirror of
https://github.com/revarbat/snappy-reprap.git
synced 2025-11-03 08:06:45 -08:00
Added important URLs.
This commit is contained in:
33
README.md
33
README.md
@@ -1,19 +1,27 @@
|
|||||||

|

|
||||||
|
|
||||||
|
|
||||||
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.
|
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)
|
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:
|
Under OS X, you shouldn't need to change the Makefile. It should set $OPENSCAD as:
|
||||||
```
|
```
|
||||||
OPENSCAD=/Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD
|
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:
|
Under Linux, you will need to edit the Makefile, and change $OPENSCAD to:
|
||||||
```
|
```
|
||||||
OPENSCAD=openscad
|
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.
|
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:
|
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>.
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user