compliant hole _ OpenScad module

compliant hole _ OpenScad module

thingiverse

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

Download Model from thingiverse

With this file you will be able to print compliant hole _ OpenScad module with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on compliant hole _ OpenScad module.