1
0
mirror of https://github.com/pgrondek/SixInchRack.git synced 2024-11-22 12:03:41 +00:00

Added modified RPi3 backplate

This commit is contained in:
pgrondek 2019-10-02 19:46:35 +02:00
parent a1c6f9caf2
commit 6cd791ee96
2 changed files with 13183 additions and 0 deletions

View File

@ -0,0 +1,21 @@
include<../sixinch_library.scad>
///////////////////////////////
// Raspberry Pi 3 Model B //
///////////////////////////////
print_rear = true;
if(print_rear){ // Back plate //
square_hole = [[37 ,3, 17, 15] , [57 ,4, 15, 16] , [75,4,15,16] ];
round_hole = [[31,3.5,5],[31,1.2,3.5]];
screw_top = [36];//mm
screw_bottom = [36];//mm
screw_side = [];
depth = 98;
units = 2;
translate([-22.35,-2.3,-99]){
back_plate(units,depth,screw_top,screw_bottom,screw_side,square_hole,round_hole);
}
}

File diff suppressed because it is too large Load Diff