Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steiza/open_source_furniture
Ever want to build your own furniture, but weren't sure where to start? Start here!
https://github.com/steiza/open_source_furniture
Last synced: 23 days ago
JSON representation
Ever want to build your own furniture, but weren't sure where to start? Start here!
- Host: GitHub
- URL: https://github.com/steiza/open_source_furniture
- Owner: steiza
- Created: 2014-07-23T02:26:57.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2022-03-28T22:11:15.000Z (over 2 years ago)
- Last Synced: 2023-03-11T11:47:20.130Z (over 1 year ago)
- Language: OpenSCAD
- Size: 157 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Open Source Furniture
=====================Ever want to build your own furniture, but weren't sure where to start? This project lets you generate instructions for a CNC machine so you can make kitchen chairs that fit you or your space exactly. Here are the steps:
#. Get the code (it's here, on GitHub). You'll also need make and `OpenSCAD `_.
#. (optional) Modify the code to customize the chair.
#. Run "make chair" to generate a rendered PNG of the chair, a 3D STL of the parts for exact dimensioning, or a 2D DXF for sending to a CAM program.
.. image:: https://raw.github.com/steiza/open_source_furniture/master/images/render.png
.. image:: https://raw.github.com/steiza/open_source_furniture/master/images/2d_parts.png#. Use a CAM program (like PartWorks - need an open source option here!), enter the dimensions of your size of wood and describe the cuts to generate G-code.
.. image:: https://raw.github.com/steiza/open_source_furniture/master/images/partworks.png
#. Send G-code from CAM program to a CNC router. Maybe your local `hackerspace `_ or `makerspace `_ can help out.
.. image:: https://raw.github.com/steiza/open_source_furniture/master/images/shopbot.jpg
#. Trim, sand, glue, and finish your chair!
.. image:: https://raw.github.com/steiza/open_source_furniture/master/images/chair.jpg
License
-------
The SCAD files here are released under the
`MIT License `_