This commit is contained in:
jazhawang
2022-09-18 11:13:08 -04:00
parent 070f97103b
commit 94c8c2116c
27 changed files with 261367 additions and 10156 deletions

22
cases/rpi/top.scad Normal file
View File

@ -0,0 +1,22 @@
difference() {
union() {
cube(size=[67,93,1]);
translate(v=[2, 2,1])
cube(size=[63,88.8,2]);
}
union() {
translate(v=[3.5, 3.5,1])
cube(size=[60,85,3]);
for(i=[0:7]) {
translate(v=[33.5,i*10 + 10,0])
minkowski() {
cylinder(h=1,r=1);
cube(size=[50,5,10], center=true);
}
}
}
}