much less-steep angles

main
zeus 2022-09-20 22:12:14 +02:00
parent af08abafdd
commit 3ad1b89c3f
3 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -26,12 +26,12 @@ h_dia=7.75;
module lff_tab(){
difference(){
hull(){
cube([lff_tab_d,lff_tab_mt,lff_tab_l-2*lff_tab_mt],center=true);
cube([lff_tab_d,lff_tab_mt,lff_tab_l-6*lff_tab_mt],center=true);
for(x=[lff_tab_l/2+lff_tab_mt/2,-lff_tab_l/2-mt/2],y=[-lff_tab_d/2]){
translate([y,0,x])#cube([0.1,lff_tab_mt,0.1],center=true);
}
}
for(x=[lff_tab_l/3,-lff_tab_l/3]){
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);
}
}
@ -46,7 +46,7 @@ module frame(){
translate([x,mt+tolerance,sff_l/2+42.9]){
hull(){
cube([mt,sff_h,sff_l],center=true);
translate([0,-sff_h/2,-sff_l/2-sff_h])cube([mt,0.1,0.1],center=true);
translate([0,-sff_h/2,-sff_l/2-sff_h-15])cube([mt,0.1,0.1],center=true);
}
}
translate([lff_tab_d/2+lff_w/2+mt,-lff_h-sff_h/2+2*mt-0.7,75])lff_tab();