Thingiverse
Clasp Clip
by meissler
6
Downloads
3
Likes
0
Makes
Enjoy!
Source code for OpenScad:
//CODE....
$fn=100;
down(lenght=50);
up(lenght=50);
module down(lenght){
difference(){
cube([lenght,10,8]);
translate([lenght-6,-1,12]) rotate([0,45,0]) cube([10,12,10]);
translate([-9,-1,12]) rotate([0,45,0]) cube([10,12,10]);
translate([-20,5,4]) rotate([45,0,0]) cube([lenght+10,10,10]);
translate([lenght-10,2.4,0]) cube([11,5.2,10]);
translate([lenght-4,10,4]) rotate([90,0,0]) cylinder(d=5.2, h=10 );
translate([lenght-11,2.4,0]) cube([8
Source code for OpenScad:
//CODE....
$fn=100;
down(lenght=50);
up(lenght=50);
module down(lenght){
difference(){
cube([lenght,10,8]);
translate([lenght-6,-1,12]) rotate([0,45,0]) cube([10,12,10]);
translate([-9,-1,12]) rotate([0,45,0]) cube([10,12,10]);
translate([-20,5,4]) rotate([45,0,0]) cube([lenght+10,10,10]);
translate([lenght-10,2.4,0]) cube([11,5.2,10]);
translate([lenght-4,10,4]) rotate([90,0,0]) cylinder(d=5.2, h=10 );
translate([lenght-11,2.4,0]) cube([8
Sign in to leave a comment
Sign in