Raspberry PI 3 hull

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 <RaspberryPi.scad>;difference() {    cube([89,60,4]);    translate([2,2,3])RaspberryPi3();}