https://github.com/nylen/ooml-case-factory
3D printed case generator
https://github.com/nylen/ooml-case-factory
Last synced: 18 days ago
JSON representation
3D printed case generator
- Host: GitHub
- URL: https://github.com/nylen/ooml-case-factory
- Owner: nylen
- License: lgpl-3.0
- Created: 2015-02-27T02:55:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-27T03:05:52.000Z (over 11 years ago)
- Last Synced: 2025-11-11T21:31:47.857Z (8 months ago)
- Language: C++
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## OOML case generator
This is a fork of https://bitbucket.org/leemes/ooml-case-factory /
http://www.thingiverse.com/thing:70838. Write a C header file that describes
your case and the program will generate [OpenSCAD](http://www.openscad.org/)
files that you can print.
Requires [OOML](https://github.com/avalero/OOML) to be installed.
There are two example case files included: `bb-atxra.h` and `cubieboard.h`.
Use them as follows:
```sh
./make-case.sh bb-atxra
# or
./make-case.sh bb-atxra.h
```
```sh
./make-case.sh cubieboard
```