https://github.com/ubitux/shimonbox
Semi-automatically generated 3D printable cases for development boards using OpenSCAD
https://github.com/ubitux/shimonbox
arm board boards case development-board openscad printing-3d
Last synced: 5 months ago
JSON representation
Semi-automatically generated 3D printable cases for development boards using OpenSCAD
- Host: GitHub
- URL: https://github.com/ubitux/shimonbox
- Owner: ubitux
- Created: 2017-08-22T18:03:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-27T23:08:46.000Z (about 5 years ago)
- Last Synced: 2024-08-10T14:11:41.022Z (9 months ago)
- Topics: arm, board, boards, case, development-board, openscad, printing-3d
- Language: OpenSCAD
- Homepage:
- Size: 43.7 MB
- Stars: 175
- Watchers: 13
- Forks: 22
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ShimonBox
=========ShimonBox is an [OpenSCAD][openscad] project aiming at providing
semi-automatically generated 3D printable cases for development boards.See [pkh.me introduction blog post][blog-post] for more information.
[openscad]: http://www.openscad.org
[blog-post]: http://blog.pkh.me/p/24-making-development-board-cases-with-shimonbox.htmlSupported boards
----------------| Board name | Preview |
| -------------------------------------------- | ------------------------------------------------ |
| [BeagleBone Black](boards/bbb.scad) |  |
| [Cubieboard](boards/cubieboard.scad) |  |
| [Hikey (LeMaker)](boards/hikey.scad) |  |
| [NanoPi Neo 2](boards/nanopi_neo2.scad) |  |
| [Orange Pi Zero](boards/orangepi_zero.scad) |  |
| [Raspberry Pi 3](boards/rpi3.scad) |  |Corresponding cases
-------------------| Board name | Preview | Status |
| -------------------------------------------- | ------------------------------------------------ | ---------------------------------------------------------------------------------------- |
| [BeagleBone Black](cases/bbb.scad) |  | [VERIFIED](pics/bbb.jpg):
 |
| [Cubieboard](cases/cubieboard.scad) |  | [VERIFIED](pics/cubieboard.jpg):
 |
| [Hikey (LeMaker)](cases/hikey.scad) |  | [VERIFIED](pics/hikey.jpg):
 |
| [NanoPi Neo 2](cases/nanopi_neo2.scad) |  | [VERIFIED](pics/nanopi_neo2.jpg):
 |
| [Orange Pi Zero](cases/orangepi_zero.scad) |  | [VERIFIED](pics/orangepi_zero.jpg):
 |
| [Raspberry Pi 3](cases/rpi3.scad) |  | [VERIFIED](pics/rpi3.jpg):
 |Usage
-----To make all the `.stl` files, run `make`. The resulting files will be found in
the [cases/](cases) directory.If you're looking at building individual parts, you can use `make
cases/-.stl` where `` is the board name and `` is the
part you want to build (`bottom`, `top`, or `button`).