ssd-holder for backup server

main
zeus 2022-09-09 23:26:32 +02:00
parent 158ffcd669
commit d95c3af1e3
3 changed files with 42 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -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);
}
}
}
//}
}