right base adapted

This commit is contained in:
sebastian bruesemeister 2022-07-07 23:21:27 +02:00
parent 943e2485d2
commit 84fccd6bc7
Signed by: sebastian
GPG Key ID: FEF8FF6BC3A8CDA8
2 changed files with 5 additions and 4 deletions

View File

@ -21,8 +21,8 @@ module through(l=7, lh=3.3, lt=1, lb=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=4); // rutex insert
translate([0,0,-lt])cylinder(h, d=2.5); // tapped M3
//translate([0,0,-lt])cylinder(h, d=4); // rutex insert
}
module m2 (h=8, lt=1){
@ -53,5 +53,5 @@ difference(){
}
translate([0,mhb-6.65,5.9])rotate([0,90,0])through(l=lb+3, lh= lb);
translate([0,mhb-6.65-15,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

@ -28,7 +28,8 @@ difference(){
}
translate([72.2-ofs, h-14.75])through(l=t);
translate([72.2-ofs, h-39.9])through(l=t);
translate([82.1-ofs, h-6.65])through(l=t);
translate([82.1-ofs, h-6.65])through(l=t+4);
translate([82.1-ofs, h-6.65-14])m3();
translate([w-7, h-24-14,-1])hull(){
translate([7,0])cube([1,14, t+2]);
translate([3,3])cylinder(h=t+2,r=3);