Thingiverse
Raspberry PI 3 hull
by Unknown
19
Downloads
15
Likes
0
Makes
# Description
Very rough model of Raspberry PI 3. Useful as subtraction for creating cases for the PI.
# Usage (in OpenSCAD)
1. Create a box which represents your case
2. Substract the PI
3. Print the case
4. Your real PI will fit into the printed case
# Example
```
use ;
difference() {
cube([89,60,4]);
translate([2,2,3])RaspberryPi3();
}
```
Very rough model of Raspberry PI 3. Useful as subtraction for creating cases for the PI.
# Usage (in OpenSCAD)
1. Create a box which represents your case
2. Substract the PI
3. Print the case
4. Your real PI will fit into the printed case
# Example
```
use ;
difference() {
cube([89,60,4]);
translate([2,2,3])RaspberryPi3();
}
```
Sign in to leave a comment
Sign in