ssd-holder for backup server
parent
158ffcd669
commit
d95c3af1e3
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
|
@ -93,6 +93,7 @@ module separator(thickness = thickness, radius = 5, width = width - padding, len
|
|||
//---------------------------------------------------------------
|
||||
difference()
|
||||
{
|
||||
|
||||
boxRounded(width + dt, ty, length + thickness, 1.2, thickness);
|
||||
for (n = [ 0 : count - 1 ])
|
||||
{
|
||||
|
@ -145,4 +146,45 @@ difference()
|
|||
{
|
||||
cube([ width, count * height, dt ], center = true);
|
||||
}
|
||||
rotate([90,0,0]){
|
||||
translate([0,0,-25.8+thickness/2+0.1])cube([100,150,thickness+0.2],center=true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
hole_dia=4.5;
|
||||
rotate([90,0,0]){
|
||||
translate([7.5,0,-25.8+thickness/2+0.1]){
|
||||
difference(){
|
||||
cube([110,103.35,thickness+0.2],center=true);
|
||||
translate([-50,20,0]){
|
||||
#cylinder(d=hole_dia,h=10,center=true);
|
||||
translate([0,-64.45,0])#cylinder(d=hole_dia,h=10,center=true);
|
||||
translate([83.5,20,0])#cylinder(d=hole_dia,h=10,center=true);
|
||||
}
|
||||
}
|
||||
}
|
||||
//}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
Binary file not shown.
Loading…
Reference in New Issue