fanholder

main
zeus 2022-09-11 13:56:56 +02:00
parent a38e5ef82d
commit bf7040a56c
1 changed files with 4 additions and 9 deletions

View File

@ -4,7 +4,7 @@
$fn=100;
mt=1.75;
mt_center=22.5;
nipple_offset=4.5;
nipple_offset=5.5;
fan_w=42.0;
fan_h=fan_w;
fan_d=28.75;
@ -18,7 +18,7 @@ base_hole_dia=6.4;
base_hole_sleeve_h=4;
base_hole_sleeve_dia=base_hole_dia+1.5;
base_hole_y_offset=8.5;
base_hole_y_offset=7.5;
base_w_cpl=base_hole_dist+2*mt;
base_w_tab=base_w_cpl/2-mt-mt_center/2-fan_w;
// #####################################
@ -74,13 +74,8 @@ module hole_control(){
}
}
// #####################################
translate([0,0,base_h/2]){
difference(){
fanblock();
//cable-slot
translate([0,0,base_h/2-2*mt+0.1])#cube([2*mt,base_d+0.1,4*mt],center=true);
}
}
translate([0,0,base_h/2])fanblock();
translate([-base_w/2,0,mt/2])tab();
rotate([0,0,180])translate([-base_w/2,0,mt/2])tab();