Universal Case Generator With Example Case For Cubieboard 3D Printer Model

Author: @
License: CC BY
File formats: scad,stl
Download type: zip
Size:120.9KB

The file 'Universal Case Generator With Example Case For Cubieboard 3D Printer Model' is (scad,stl) file type, size is 120.9KB.

Summary

This thing is still "work in progress" and will be updated every now and then. So please collect or follow this thing instead of just downloading it to receive updates!

Note: This thing is only the output of an automatic model generator.


This is a new project: a 3D-printable case model generator written in C++ and the powerful C++ object oriented mechanics library OOML. Create a case model for any electronic's board with minimal effort: the generator includes an algorithm (the actual, generic design), instead of a design for a particular device.

The generator outputs the model as a SCAD file, which can then be further processed to an STL file by OpenSCAD and finally 3D-printed.

This thing contains a case for the CubieBoard only as an example. (However, it isn't finished yet: a slot for the SD card as well as a hole for the IR sensor are missing).

To generate a case for a new device, you simply describe the board, such as the CubieBoard, Raspberry Pi, Arduino, etc. (the dimensions, holes and ports). No further effort needed, unless you want some special things on your case or the result isn't as expected. Then just run the generator on your new "board description".

For the source code of the generator itself, clone the git repository at https://bitbucket.org/leemes/ooml-case-factory. Or use this direct download link (.zip). This is a program written in C++, so you need a C++ compiler (which supports C++11), such as g++ (under Windows, it's called mingw). You also have to install ooml (see link above). When successfully compiled, you simply have to run the executable. There will be 3 files created (as uploaded in this thing): one file with both parts as well as two files with the parts separately. Open the files in OpenSCAD, render, export as STL and finally print.

If you'd like to build a case for a new board, please let me know in the comments! Also if you want to customize the design generation algorithm. I can help you as well as you can contribute to the project.

Some documentation and instructions for the internal workings to make it easy to create new board descriptions will follow. Also, I might create some online editor which lets you download the final SCAD file directly within the browser. Someone wants to help?

cubieboard-case-bottom.scad 12.0KB
cubieboard-case-bottom.stl 300.4KB
cubieboard-case-top.scad 30.8KB
cubieboard-case-top.stl 351.9KB
cubieboard-case.scad 44.2KB
cubieboard-case.stl 654.9KB