Prints (0)

Description

Use these openSCAD modules to attach two FDM 3D printed parts together securely without requiring additional hardware. The two parts, male and female, slide and snap together. They can attach so that separating them is difficult. The female part's living spring and latch snaps and locks the male part in place when they are assembled. The female part is modeled in negative space and must be subtracted from one of the parts you wish to assemble. The male part of the connection is modeled in positive space and is added with the other part you are assembling. It is important to print the parts in their given orientations to maximize the tensile strength of the connection.

Usage:

//Copy slide-n-snap.scad to the same directory where your openSCAD files are and use an include statement: include;

//Subtract the slide_n_snap_female_clip_negative from one part. For example: difference() { your_module(...); slide_n_snap_female_clip_negative(t=1.75,w=5.25,g=0.25,j=0.5,l=7,h=1,s=0.8,a=7,c=20); }

//Also union the slide_n_snap male_clip with another part. For example: union() { your_other_module(...); slide_n_snap_male_clip(t=1.75,w=5.25,l=7) }

Fork on GitHub: https://github.com/benjamin-ed...

Design Files

File Size

slide_n_snap_test_b_large.stl
117 KB
slide_n_snap_male_positive_medium.stl
3.65 KB
slide_n_snap_female_negative_medium.stl
20.3 KB
slide_n_snap_test_b_medium.stl
110 KB
slide_n_snap_test_a_large.stl
203 KB
slide_n_snap_female_negative_small.stl
20.4 KB
slide_n_snap_female_negative_large.stl
20.2 KB
slide_n_snap_test_b_small.stl
116 KB
slide_n_snap_male_positive_small.stl
3.82 KB
slide_n_snap_male_positive_large.stl
3.66 KB
slide_n_snap_test_a_medium.stl
204 KB
slide_n_snap_test_a_small.stl
181 KB

Comments

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×