Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nylen/ooml-case-factory
3D printed case generator
https://github.com/nylen/ooml-case-factory
Last synced: 6 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 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-27T03:05:52.000Z (over 9 years ago)
- Last Synced: 2024-10-16T00:31:02.653Z (about 1 month ago)
- Language: C++
- Size: 129 KB
- Stars: 1
- Watchers: 2
- 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
```