sb/feature/blt #3
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user