1
0
mirror of https://github.com/pgrondek/SixInchRack.git synced 2024-11-22 03:53:42 +00:00
This commit is contained in:
pgrondek 2019-10-02 18:09:56 +02:00
parent ba41bdc38a
commit a1c6f9caf2
2 changed files with 114376 additions and 115315 deletions

View File

@ -10,8 +10,8 @@ if(print_cabinet_sml){ // Cabinet //
w=88;
h=70;
pole=2.5;
height=6;
pole=2.55;
height=8;
screw_bottom_front = [36];
screw_side_front = [];
@ -21,25 +21,24 @@ if(print_cabinet_sml){ // Cabinet //
[w-49,h-58,6,2.8,4],
[w,h-58,6,2.8,4],
[w,h,pole,0,height],
[w-49,h,pole,0,height],
[w,h, pole,0,height],
[w-49,h, pole,0,height],
[w-49,h-58,pole,0,height],
[w,h-58,pole,0,height]];
[w,h-58, pole,0,height]];
depth = 98;
units = 2;
shift =20;
shift = 0;
difference(){
cabinet(depth,units,screw_bottom_front,round_peg,screw_side_front);
//fan grille
translate([0,-0.1,56-20]){cube([35,16.5,2]);}
translate([0,-0.1,56+4-20]){cube([35,16.5,2]);}
translate([0,-0.1,56+8-20]){cube([35,16.5,2]);}
translate([0,-0.1,56+12-20]){cube([35,16.5,2]);}
translate([0,-0.1,56+16-20]){cube([43.45,16.5,2]);}
translate([0,-0.1,56+20-20]){cube([43.45,16.5,2]);}
translate([0,-0.1,56+24-20]){cube([43.45,16.5,2]);}
translate([0,-0.1,56 -shift]){cube([43.45,16.5,2]);}
translate([0,-0.1,56+4 -shift]){cube([43.45,16.5,2]);}
translate([0,-0.1,56+8 -shift]){cube([43.45,16.5,2]);}
translate([0,-0.1,56+12-shift]){cube([43.45,16.5,2]);}
translate([0,-0.1,56+16-shift]){cube([43.45,16.5,2]);}
translate([0,-0.1,56+20-shift]){cube([43.45,16.5,2]);}
translate([0,-0.1,56+24-shift]){cube([43.45,16.5,2]);}
}
difference(){

File diff suppressed because it is too large Load Diff