mirror of
https://github.com/pgrondek/SixInchRack.git
synced 2024-11-22 20:13:42 +00:00
Move fan
This commit is contained in:
parent
ba41bdc38a
commit
a1c6f9caf2
@ -10,8 +10,8 @@ if(print_cabinet_sml){ // Cabinet //
|
|||||||
w=88;
|
w=88;
|
||||||
h=70;
|
h=70;
|
||||||
|
|
||||||
pole=2.5;
|
pole=2.55;
|
||||||
height=6;
|
height=8;
|
||||||
|
|
||||||
screw_bottom_front = [36];
|
screw_bottom_front = [36];
|
||||||
screw_side_front = [];
|
screw_side_front = [];
|
||||||
@ -21,25 +21,24 @@ if(print_cabinet_sml){ // Cabinet //
|
|||||||
[w-49,h-58,6,2.8,4],
|
[w-49,h-58,6,2.8,4],
|
||||||
[w,h-58,6,2.8,4],
|
[w,h-58,6,2.8,4],
|
||||||
|
|
||||||
[w,h,pole,0,height],
|
[w,h, pole,0,height],
|
||||||
[w-49,h,pole,0,height],
|
[w-49,h, pole,0,height],
|
||||||
[w-49,h-58,pole,0,height],
|
[w-49,h-58,pole,0,height],
|
||||||
[w,h-58,pole,0,height]];
|
[w,h-58, pole,0,height]];
|
||||||
depth = 98;
|
depth = 98;
|
||||||
units = 2;
|
units = 2;
|
||||||
|
shift = 0;
|
||||||
shift =20;
|
|
||||||
|
|
||||||
difference(){
|
difference(){
|
||||||
cabinet(depth,units,screw_bottom_front,round_peg,screw_side_front);
|
cabinet(depth,units,screw_bottom_front,round_peg,screw_side_front);
|
||||||
//fan grille
|
//fan grille
|
||||||
translate([0,-0.1,56-20]){cube([35,16.5,2]);}
|
translate([0,-0.1,56 -shift]){cube([43.45,16.5,2]);}
|
||||||
translate([0,-0.1,56+4-20]){cube([35,16.5,2]);}
|
translate([0,-0.1,56+4 -shift]){cube([43.45,16.5,2]);}
|
||||||
translate([0,-0.1,56+8-20]){cube([35,16.5,2]);}
|
translate([0,-0.1,56+8 -shift]){cube([43.45,16.5,2]);}
|
||||||
translate([0,-0.1,56+12-20]){cube([35,16.5,2]);}
|
translate([0,-0.1,56+12-shift]){cube([43.45,16.5,2]);}
|
||||||
translate([0,-0.1,56+16-20]){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-20]){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-20]){cube([43.45,16.5,2]);}
|
translate([0,-0.1,56+24-shift]){cube([43.45,16.5,2]);}
|
||||||
}
|
}
|
||||||
|
|
||||||
difference(){
|
difference(){
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user