All Projects → revarbat → Snappy Reprap

revarbat / Snappy Reprap

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

Projects that are alternatives of or similar to Snappy Reprap

Arcwelderplugin
A plugin for OctoPrint used to convert G0/G1 commands to G2/G3 commands. Reduce the size of your gcode files, and reduce number of gcodes per second sent to your printer.
Stars: ✭ 224 (-42.42%)
Mutual labels:  3d-printing, 3d-printer
Marlin Config
Marlin firmware instant configurator
Stars: ✭ 327 (-15.94%)
Mutual labels:  3d-printing, 3d-printer
Slic3r
Open Source toolpath generator for 3D printers
Stars: ✭ 2,791 (+617.48%)
Mutual labels:  3d-printing, 3d-printer
Prusa i3 bear upgrade
Stronger frame for Prusa i3 MK2(s), MK2.5 and MK3
Stars: ✭ 652 (+67.61%)
Mutual labels:  3d-printing, 3d-printer
parrot 3d
Stronger frame, Light weight component and easier to maintenance
Stars: ✭ 26 (-93.32%)
Mutual labels:  3d-printing, 3d-printer
Drakon Extruder
3D Printable 3:1 Geared Extruder
Stars: ✭ 80 (-79.43%)
Mutual labels:  3d-printing, 3d-printer
pyr0piezo
An AVR/ARM based piezoelectric sensor for use in ultra-precise applications
Stars: ✭ 61 (-84.32%)
Mutual labels:  3d-printing, 3d-printer
White Knight
White Knight Belt Printer
Stars: ✭ 252 (-35.22%)
Mutual labels:  3d-printing, 3d-printer
PolyDraw
✳️ PTSource PolyDraw is a free 3D polygonal modeller for Windows x86 and x64, for creating or modifying 3D objects using a mesh of 3D points and parametric NURBS Curves .Exports and imports to over 40 formats including WebVR and 3D Printing.
Stars: ✭ 17 (-95.63%)
Mutual labels:  3d-printing, 3d-printer
tronxy-xy100
Working with an inexpensive 3D printer, Other names: STARTT (from imakr.com) or Anet A8
Stars: ✭ 22 (-94.34%)
Mutual labels:  3d-printing, 3d-printer
Octolapse
Stabilized timelapses for Octoprint
Stars: ✭ 415 (+6.68%)
Mutual labels:  3d-printing, 3d-printer
K3D-VOSTOK
K3D VOSTOK 3D printer
Stars: ✭ 138 (-64.52%)
Mutual labels:  3d-printing, 3d-printer
Pycnc
Python CNC machine controller for Raspberry Pi and other ARM Linux boards
Stars: ✭ 390 (+0.26%)
Mutual labels:  3d-printing, 3d-printer
Octopod
Free open source client for OctoPrint
Stars: ✭ 126 (-67.61%)
Mutual labels:  3d-printing, 3d-printer
OctoPrint-GitFiles
With this plugin, you can use a github/gitlab repository for keeping your OctoPrint Files collection up-to-date.
Stars: ✭ 28 (-92.8%)
Mutual labels:  3d-printing, 3d-printer
octoscreen
A touchscreen client for Octoprint
Stars: ✭ 26 (-93.32%)
Mutual labels:  3d-printing, 3d-printer
3D-Engine-OpenGL-4
3D Graphics Engine For Games | C++ OpenGL 4.1
Stars: ✭ 19 (-95.12%)
Mutual labels:  3d-printing, 3d-printer
BCN3DSigma-Firmware
Custom Marlin version for the brand new BCN3D Sigma from BCN3D Technologies
Stars: ✭ 81 (-79.18%)
Mutual labels:  3d-printing
Awesome Raspberry Pi
curated list of projects with raspberry pi
Stars: ✭ 309 (-20.57%)
Mutual labels:  3d-printing
purple-eye
A web-bluetooth controlled one-eyed robot
Stars: ✭ 26 (-93.32%)
Mutual labels:  3d-printing

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:

What URL
GitHub Repository https://github.com/revarbat/snappy-reprap
Project Wiki https://github.com/revarbat/snappy-reprap/wiki/v3.0-Home
Bill of Materials https://github.com/revarbat/snappy-reprap/wiki/v3.0-BOM
How to Assemble https://github.com/revarbat/snappy-reprap/wiki/v3.0-Assembly
RepRap.org Wiki Page http://reprap.org/wiki/Snappy
Dev Forum https://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"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].