final touchups

This commit is contained in:
sebastian bruesemeister 2022-07-09 14:50:26 +02:00
parent 5d5316bc68
commit 48031d0841
Signed by: sebastian
GPG Key ID: FEF8FF6BC3A8CDA8
3 changed files with 5 additions and 7 deletions

View File

@ -21,8 +21,8 @@ module through(l=7, lh=3.3, lt=1, lb=1){
} }
module m3 (h=8, lt=1){ module m3 (h=8, lt=1){
translate([0,0,-lt])cylinder(h, d=2.5); // tapped M3 //translate([0,0,-lt])cylinder(h, d=2.5); // tapped M3
//translate([0,0,-lt])cylinder(h, d=4); // rutex insert translate([0,0,-lt])cylinder(h, d=4); // rutex insert
} }
module m2 (h=8, lt=1){ module m2 (h=8, lt=1){
@ -49,9 +49,7 @@ difference(){
for(x=[(lb-hdb)/2,(lb-hdb)/2+hdb,lb/2]){ for(x=[(lb-hdb)/2,(lb-hdb)/2+hdb,lb/2]){
translate([x,0,z])rotate([-90,0,0])m3(h=8); translate([x,0,z])rotate([-90,0,0])m3(h=8);
} }
for(y=[mhb-wb/2,mhb-wb/2-15]){
}
translate([0,mhb-6.65,5.9])rotate([0,90,0])through(l=lb+3, lh= lb); translate([0,mhb-6.65,5.9])rotate([0,90,0])through(l=lb+3, lh= lb);
translate([0,mhb-6.65-14,5.9])rotate([0,90,0])through(l=lb+3, lh= lb); translate([0,mhb-6.65-14,5.9])rotate([0,90,0])through(l=lb+3, lh= lb);
} }

View File

@ -56,7 +56,7 @@ poszad = -zhbl+zad;
module through(l=7, lh=2, lt=1, lb=1){ module through(l=7, lh=2, lt=1, lb=1){
union(){ union(){
translate([0,0,l-lh])cylinder(h=lh+lt, d=4); translate([0,0,l-lh])cylinder(h=lh+lt, d=4.2);
translate([0,0,-lb])cylinder(h=l+lh+lb, d=2.5); translate([0,0,-lb])cylinder(h=l+lh+lb, d=2.5);
} }
} }

View File

@ -29,8 +29,8 @@ module m3 (h=8, lt=1){
} }
module m2 (h=8, lt=1){ module m2 (h=8, lt=1){
translate([0,0,-lt])cylinder(h, d=1.5); // tapped M3 //translate([0,0,-lt])cylinder(h, d=1.5); // tapped M3
//translate([0,0,-lt])cylinder(h, d=3.2); // rutex insert translate([0,0,-lt])cylinder(h, d=3.2); // rutex insert
} }
module mount(){ module mount(){