1
0
mirror of https://github.com/pgrondek/SixInchRack.git synced 2024-11-21 19:43:41 +00:00

Add RPi3 cabinet with mounts

This commit is contained in:
pgrondek 2020-06-07 15:45:59 +02:00
parent 84fc2482f5
commit bc82b675ea
2 changed files with 115367 additions and 0 deletions

View File

@ -0,0 +1,33 @@
include<../sixinch_library.scad>
///////////////////////////////
// Raspberry Pi 3 Model B //
///////////////////////////////
print_cabinet_sml = true;
if(print_cabinet_sml){ // Cabinet //
w=88;
h=70;
pole=2.52;
height=8;
screw_bottom_front = [36];
screw_side_front = [];
round_peg = [
[w,h,6,2.8,4],
[w-49,h,6,2.8,4],
[w-49,h-58,6,2.8,4],
[w,h-58,6,2.8,4],
[w,h, pole,0,height],
[w-49,h, pole,0,height],
[w-49,h-58,pole,0,height],
[w,h-58, pole,0,height]];
depth = 98;
units = 2;
shift = 0;
cabinet(depth,units,screw_bottom_front,round_peg,screw_side_front);
}

File diff suppressed because it is too large Load Diff