corrected holes

main
zeus 2022-09-21 07:47:54 +02:00
parent 9b4475d1ee
commit 1fcb3fe322
3 changed files with 3 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -18,7 +18,6 @@ f2_l=167.5;
lff_tab_d=9;
lff_tab_l=100;
lff_tab_hole_dia=4;
lff_tab_hole_dia_ring=lff_tab_hole_dia+3;
lff_tab_mt=4;
h_dia=7.75;
// ##############################
@ -32,7 +31,7 @@ module lff_tab(){
}
}
for(x=[lff_tab_l/4,-lff_tab_l/4]){
translate([0,0,x])rotate([90,0,0])#cylinder(h=lff_tab_mt+0.1,d=lff_tab_hole_dia_ring,center=true);
translate([0,0,x])rotate([90,0,0])#cylinder(h=lff_tab_mt+0.1,d=lff_tab_hole_dia,center=true);
}
}
}
@ -55,9 +54,9 @@ module frame(){
}
union(){
// lff, connectors up top
translate([-lff_w/2,-30,0])#sff8300Model(0,8,4,15,0.3,1);
translate([-lff_w/2,-30,0])#sff8300Model(0,8,4,10,0.3,1);
//sff
translate([-sff_w/2,-mt/20,45])#sff8200Model(0,8,0,10,tolerance,5);
translate([-sff_w/2,-mt/20,45])#sff8200Model(0,8,0,8,tolerance,5);
}
}