Update to Hard Drive Enclosure
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
x = 146 ;
|
||||
y = 172;
|
||||
z = 41.5;
|
||||
Blende_x = 148;
|
||||
x = 147;
|
||||
y = 168;
|
||||
z = 42.5;
|
||||
Blende_x = 149;
|
||||
Blende_y = 5;
|
||||
Blende_z = 43;
|
||||
Blende_z = 44;
|
||||
sata_x = 48;
|
||||
sata_z = 9;
|
||||
sata_offset_x = 48;
|
||||
@@ -13,6 +13,7 @@ screw_z = [9.5, 21.5];
|
||||
$fs = 0.1;
|
||||
$fa = 10;
|
||||
size_add = 1.1;
|
||||
echo(y+1+Blende_y);
|
||||
difference(){
|
||||
cube([x+6,y+1+Blende_y,z+6],center=true); //Main Body
|
||||
translate([0,3.001,0]){
|
||||
@@ -25,12 +26,11 @@ difference(){
|
||||
for(g=[-1:1]){
|
||||
for(i=[0:1]){
|
||||
for(j=[0:1]){
|
||||
translate([g*x/2, -y/2+screw_y[i],-z/2+screw_z[j]])
|
||||
translate([g*x/2, -y/2+screw_y[i]+5,-z/2+screw_z[j]])
|
||||
rotate([0,90,0])
|
||||
cylinder(10,2,2,center=true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user