Clip for clotheshorse
by greenarrow, published
0
Share
1315
520
Report Thing as Inappropriate
Description
I have one of those metal clotheshorses but the plastic clips to hold the two sides together have long since broken meaning that I have to prop it up and try to stop if falling over.
1315
520
Report Thing as Inappropriate
Tags
License
Give a Shout Out
If you print this Thing and display it in public proudly give attribution by printing and displaying this tag.
Print Thing Tag
Instructions
I made this using the great OpenSCAD. The reason it is great is that all the core dimensions can be defined at the top of the source file (washclip.scad), then all other dimensions are calculated from these. Then you can just update these dimensions and the model will change!
// Radius of the clip holes
hole_r = 2.5;
// width of the passage to the hole
hole_opening = 2;
// How wide the clip is
clip_width = 30;
// How 'chunky' the clip is
clip_thickness = 8;
// distance between the centres of the two holes
clip_length = 14;
// Radius of the clip holes
hole_r = 2.5;
// width of the passage to the hole
hole_opening = 2;
// How wide the clip is
clip_width = 30;
// How 'chunky' the clip is
clip_thickness = 8;
// distance between the centres of the two holes
clip_length = 14;
Download All Files
(3 kb zip file)
Comments
You must be logged in to post a comment.
