Single screw holder for mounting P.I.N.D.A. probe

This commit is contained in:
akukan 2017-10-31 11:50:54 +01:00 committed by GitHub
parent 1c6cd122a7
commit f9838b821c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 14 deletions

View File

@ -44,8 +44,13 @@ difference()
translate([2,40,12.5])rotate([0,90,0])cylinder(r=1.6, h=3, $fn=20); translate([2,40,12.5])rotate([0,90,0])cylinder(r=1.6, h=3, $fn=20);
// M3 nuts // M3 nuts
translate([0,46,9]) m3nut(); //translate([0,46,9]) m3nut();
translate([0,37,9]) m3nut(); translate([0,42,9]) m3nut();
translate([2,45,11.5])rotate([0,90,0])cylinder(r=1.6, h=3, $fn=20);
translate([2,45,12])rotate([0,90,0])cylinder(r=1.6, h=3, $fn=20);
translate([2,45,12.5])rotate([0,90,0])cylinder(r=1.6, h=3, $fn=20);
translate([-20,45,12])rotate([0,90,0])cylinder(r=1.7, h=24, $fn=20);
} }
@ -185,24 +190,24 @@ difference()
// M3 screws // M3 screws
translate([-20,49,12])rotate([0,90,0])cylinder(r=1.7, h=24, $fn=20); //translate([-20,49,12])rotate([0,90,0])cylinder(r=1.7, h=24, $fn=20);
translate([-20,40,12])rotate([0,90,0])cylinder(r=1.7, h=24, $fn=20); translate([-20,45,12])rotate([0,90,0])cylinder(r=1.7, h=24, $fn=20);
translate([-14,49,12])rotate([0,90,0])cylinder(r=3, h=5, $fn=20); //translate([-14,49,12])rotate([0,90,0])cylinder(r=3, h=5, $fn=20);
translate([-14,40,12])rotate([0,90,0])cylinder(r=3, h=5, $fn=20); translate([-14,45,12])rotate([0,90,0])cylinder(r=3, h=5, $fn=20);
// lower M3 screw end opening // lower M3 screw end opening
translate([2,49,11.5])rotate([0,90,0])cylinder(r=1.6, h=3, $fn=20); //translate([2,49,11.5])rotate([0,90,0])cylinder(r=1.6, h=3, $fn=20);
translate([2,49,12])rotate([0,90,0])cylinder(r=1.6, h=3, $fn=20); //translate([2,49,12])rotate([0,90,0])cylinder(r=1.6, h=3, $fn=20);
translate([2,49,12.5])rotate([0,90,0])cylinder(r=1.6, h=3, $fn=20); //translate([2,49,12.5])rotate([0,90,0])cylinder(r=1.6, h=3, $fn=20);
// upper M3 screw end opening // upper M3 screw end opening
translate([2,40,11.5])rotate([0,90,0])cylinder(r=1.6, h=3, $fn=20); translate([2,45,11.5])rotate([0,90,0])cylinder(r=1.6, h=3, $fn=20);
translate([2,40,12])rotate([0,90,0])cylinder(r=1.6, h=3, $fn=20); translate([2,45,12])rotate([0,90,0])cylinder(r=1.6, h=3, $fn=20);
translate([2,40,12.5])rotate([0,90,0])cylinder(r=1.6, h=3, $fn=20); translate([2,45,12.5])rotate([0,90,0])cylinder(r=1.6, h=3, $fn=20);
// M3 nuts opening // M3 nuts opening
translate([0,46,9]) m3nut(); translate([0,42,9]) m3nut();
translate([0,37,9]) m3nut(); //translate([0,37,9]) m3nut();
// flat bottom side // flat bottom side
translate([-20,33,-10]) cube([30,35,10]); translate([-20,33,-10]) cube([30,35,10]);