Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-27T23:08:46.000Z (over 4 years ago)
- Last Synced: 2024-07-18T08:46:00.865Z (4 months ago)
- Topics: arm, board, boards, case, development-board, openscad, printing-3d
- Language: OpenSCAD
- Homepage:
- Size: 43.7 MB
- Stars: 173
- 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) | ![BeagleBone Black](boards/gif/bbb.gif) |
| [Cubieboard](boards/cubieboard.scad) | ![Cubieboard](boards/gif/cubieboard.gif) |
| [Hikey (LeMaker)](boards/hikey.scad) | ![Hikey](boards/gif/hikey.gif) |
| [NanoPi Neo 2](boards/nanopi_neo2.scad) | ![NanoPi Neo 2](boards/gif/nanopi_neo2.gif) |
| [Orange Pi Zero](boards/orangepi_zero.scad) | ![Orange Pi Zero](boards/gif/orangepi_zero.gif) |
| [Raspberry Pi 3](boards/rpi3.scad) | ![Raspberry Pi 3](boards/gif/rpi3.gif) |Corresponding cases
-------------------| Board name | Preview | Status |
| -------------------------------------------- | ------------------------------------------------ | ---------------------------------------------------------------------------------------- |
| [BeagleBone Black](cases/bbb.scad) | ![BeagleBone Black](cases/gif/bbb.gif) | [VERIFIED](pics/bbb.jpg):
![BeagleBone Black](pics/small/bbb.jpg) |
| [Cubieboard](cases/cubieboard.scad) | ![Cubieboard](cases/gif/cubieboard.gif) | [VERIFIED](pics/cubieboard.jpg):
![Cubieboard](pics/small/cubieboard.jpg) |
| [Hikey (LeMaker)](cases/hikey.scad) | ![Hikey](cases/gif/hikey.gif) | [VERIFIED](pics/hikey.jpg):
![Hikey](pics/small/hikey.jpg) |
| [NanoPi Neo 2](cases/nanopi_neo2.scad) | ![NanoPi Neo 2](cases/gif/nanopi_neo2.gif) | [VERIFIED](pics/nanopi_neo2.jpg):
![NanoPi Neo 2](pics/small/nanopi_neo2.jpg) |
| [Orange Pi Zero](cases/orangepi_zero.scad) | ![Orange Pi Zero](cases/gif/orangepi_zero.gif) | [VERIFIED](pics/orangepi_zero.jpg):
![Orange Pi Zero](pics/small/orangepi_zero.jpg) |
| [Raspberry Pi 3](cases/rpi3.scad) | ![Raspberry Pi 3](cases/gif/rpi3.gif) | [VERIFIED](pics/rpi3.jpg):
![Raspberry Pi 3](pics/small/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`).