Snappy Reprap

zip0 downloads
README image
1 / 11

Snappy Reprap

The world's most 3D printable 3D printer. (Guinness Book of World Records 2017 & 2018)

Overview

Snappy Full Rendering

Snappy-Reprap 3

A parametric design for a cheap self-replicating 3D printer (reprap) that snaps together to minimize screws and non-printed parts.

Important Links:

WhatURL
GitHub Repositoryhttps://github.com/revarbat/snappy-reprap
Project Wikihttps://github.com/revarbat/snappy-reprap/wiki/v3.0-Home
Bill of Materialshttps://github.com/revarbat/snappy-reprap/wiki/v3.0-BOM
How to Assemblehttps://github.com/revarbat/snappy-reprap/wiki/v3.0-Assembly
RepRap.org Wiki Pagehttp://reprap.org/wiki/Snappy
Dev Forumhttps://groups.google.com/forum/#!forum/snappy-reprap-dev

Join the chat at https://gitter.im/revarbat/snappy-reprap

Generating STL Files

For all platforms, you will need to have OpenSCAD installed. You can download OpenSCAD from their website at http://www.openscad.org

To insure the best fit of parts, print the slop calibrator STL file on the parent printer using the desired print settings. Then update the printer_slop variable in the config.scad file on line 130. Then proceed to generating STL files.

OS X:

Under OS X, you'll need to make sure you have the Xcode command-line tools installed first. You can get them by installing Xcode from the App Store.

You shouldn't need to change the Makefile. It should set $OPENSCAD as:

OPENSCAD=/Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD

To generate the STL model files, open a terminal to the snappy-reprap directory and type:

make

Linux:

Under Linux, you will need to edit the Makefile, and change $OPENSCAD to:

OPENSCAD=openscad

To generate the STL model files, open a terminal to the snappy-reprap directory and type:

make

Windows:

Under Windows, you'll probably have to open and compile each *_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:

OPENSCAD="/Program Files/OpenSCAD/openscad.exe"

Files in this package

  • CAD source: cable_chain_link_parts.stl, cable_chain_mount_parts.stl, compression_screw_parts.stl, drive_gear_parts.stl, extruder_fan_shroud_parts.stl, glass_bed_support_parts.stl, jhead_platform_parts.stl, lifter_rod_parts.stl, snappy_logo_parts.stl, wire_clip_parts.stl, yz_joiner_parts.stl, z_sled_parts.stl (+26 more)
  • Images: arrow.png, extruder_assembly_1_before.png, extruder_assembly_2_before.png, extruder_assembly_3_before.png, extruder_bridge_assembly_1_before.png, extruder_bridge_assembly_2_before.png, extruder_bridge_assembly_3_before.png, final_assembly_10_before.png, lifter_assembly_1_before.png, lifter_assembly_4_before.png, lifter_assembly_5_before.png, top_brace_assembly_1_before.png

Source & license

Imported into the CommunityCAD Archive with attribution preserved. All rights remain with the original author under the stated license.

Comments

Comments

Sign in to leave a comment.

Loading comments...