{"id":13419115,"url":"https://github.com/revarbat/snappy-reprap","last_synced_at":"2026-01-10T22:53:12.868Z","repository":{"id":20184018,"uuid":"23455046","full_name":"revarbat/snappy-reprap","owner":"revarbat","description":"The world's most 3D printable 3D printer. (Guinness Book of World Records 2017 \u0026 2018)","archived":false,"fork":false,"pushed_at":"2020-11-19T15:51:45.000Z","size":161405,"stargazers_count":499,"open_issues_count":18,"forks_count":172,"subscribers_count":81,"default_branch":"master","last_synced_at":"2024-07-31T22:45:47.045Z","etag":null,"topics":["3d-printer","3d-printing","openscad","reprap","snappy-3d-printer","stl-files"],"latest_commit_sha":null,"homepage":"http://revarbat.github.io/snappy-reprap","language":"OpenSCAD","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/revarbat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-29T06:39:42.000Z","updated_at":"2024-07-28T01:14:21.000Z","dependencies_parsed_at":"2022-07-08T07:08:35.432Z","dependency_job_id":null,"html_url":"https://github.com/revarbat/snappy-reprap","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revarbat%2Fsnappy-reprap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revarbat%2Fsnappy-reprap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revarbat%2Fsnappy-reprap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revarbat%2Fsnappy-reprap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/revarbat","download_url":"https://codeload.github.com/revarbat/snappy-reprap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243685506,"owners_count":20330980,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3d-printer","3d-printing","openscad","reprap","snappy-3d-printer","stl-files"],"created_at":"2024-07-30T22:01:11.541Z","updated_at":"2026-01-10T22:53:12.822Z","avatar_url":"https://github.com/revarbat.png","language":"OpenSCAD","funding_links":[],"categories":["OpenSCAD"],"sub_categories":[],"readme":"![Snappy Full Rendering](https://github.com/revarbat/snappy-reprap/wiki/v3.0-snappy_small.png)\n\nSnappy-Reprap 3\n===============\n\nA parametric design for a cheap self-replicating 3D printer (reprap) that snaps together to minimize screws and non-printed parts.\n\nImportant Links:\n\nWhat                 | URL\n-------------------- | -------------------------------------------------------\nGitHub Repository    | https://github.com/revarbat/snappy-reprap\nProject Wiki         | https://github.com/revarbat/snappy-reprap/wiki/v3.0-Home\nBill of Materials    | https://github.com/revarbat/snappy-reprap/wiki/v3.0-BOM\nHow to Assemble      | https://github.com/revarbat/snappy-reprap/wiki/v3.0-Assembly\nRepRap.org Wiki Page | http://reprap.org/wiki/Snappy\nDev Forum            | https://groups.google.com/forum/#!forum/snappy-reprap-dev\n\n[![Join the chat at https://gitter.im/revarbat/snappy-reprap](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/revarbat/snappy-reprap?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n\nGenerating STL Files\n====================\nFor 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)\n\nTo insure the best fit of parts, print the [slop calibrator STL file](https://github.com/revarbat/snappy-reprap/blob/master/STLs/slop_calibrator_parts.stl) 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.\n\nOS X:\n-----\nUnder 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.\n\nYou shouldn't need to change the Makefile.  It should set $OPENSCAD as:\n```\nOPENSCAD=/Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD\n```\n\nTo generate the STL model files, open a terminal to the snappy-reprap directory and type:\n```\nmake\n```\n\n\nLinux:\n------\nUnder Linux, you will need to edit the Makefile, and change $OPENSCAD to:\n```\nOPENSCAD=openscad\n```\nTo generate the STL model files, open a terminal to the snappy-reprap directory and type:\n```\nmake\n```\n\n\nWindows:\n--------\nUnder Windows, you'll probably have to open and compile each `*_parts.scad` file individually and manually export the STL files.\n\nYou _might_ be able to run the makefile under CygWin, if you set $OPENSCAD to something like:\n```\nOPENSCAD=\"/Program Files/OpenSCAD/openscad.exe\"\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frevarbat%2Fsnappy-reprap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frevarbat%2Fsnappy-reprap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frevarbat%2Fsnappy-reprap/lists"}