Raspberry PI 3 hull
Description
Very rough model of Raspberry PI 3. Useful as subtraction for creating cases for the PI.
Usage (in OpenSCAD)
- Create a box which represents your case
- Substract the PI
- Print the case
- Your real PI will fit into the printed case
Example
use <RaspberryPi.scad>;difference() { cube([89,60,4]); translate([2,2,3])RaspberryPi3();}