Thingiverse
compliant hole _ OpenScad module
von Ken_Applications
44
Downloads
27
Likes
0
Makes
customizable compliant hole module.
Use module in your Openscad projects where you require a tight interference fit without splitting you model apart.
Module is called c_hole
c_hole(hole_dia=10,wall_thk=0.6,height=5);
Then use the difference command in OpenScad to obtain your desired hole size.
//example compliant hole
difference(){
cube([15,15,4.8],center=true);
translate([0,0,-2.5]) c_hole(hole_dia=10,wall_thk=0.6,height=5);
}
STL file attached for 10mm dowel if you simply want to scale
Other designs found here......
https://www.thingiverse.com/ken_applications/designs
Use module in your Openscad projects where you require a tight interference fit without splitting you model apart.
Module is called c_hole
c_hole(hole_dia=10,wall_thk=0.6,height=5);
Then use the difference command in OpenScad to obtain your desired hole size.
//example compliant hole
difference(){
cube([15,15,4.8],center=true);
translate([0,0,-2.5]) c_hole(hole_dia=10,wall_thk=0.6,height=5);
}
STL file attached for 10mm dowel if you simply want to scale
Other designs found here......
https://www.thingiverse.com/ken_applications/designs
Hast du dieses Modell gedruckt? Einloggen und dein Make teilen!
Melde dich an, um einen Kommentar zu hinterlassen
AnmeldenNoch keine Kommentare – sei der Erste!