
Clip Library
thingiverse
# Clips ## OpenScad Clip Library Collection of OpenScad libraries for creating clips and other binders. Download the library and copy it into your OpenScad libraries folder then import the required module. ### SimpleClip This provides a basic "money" style clip.  #### Usage Use <Clip/Simple_Clip.Scad> ```scad SimpleClip( length = length of clip, default to 50mm. width = max width of clip, default to 10mm min_width = smallest width of clip - matches width if not set max_depth = how deep is the clip, defaults to 10mm min_depth = how narrow does the clip become, defaults to 5mm wall = how thick should the walls of the clip be? defaults to 2mm center = true/false - should the clip be centered, qual = internal $fn ) e.g. //-- the default clip SimpleClip(); //-- centers the default clip (image above) SimpleClip(center=true); //-- Draws a 8 cm clip SimpleClip(length=80, width=20, max_depth=20, min_depth=5); ```
With this file you will be able to print Clip Library 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 Clip Library.