chiark / gitweb /
topeak-seatstay-lock: cylindrical hook to make lock hang at angle, BAD
[reprap-play.git] / topeak-seatstay-lock.scad
index ba066669963419249ff2b3207edca001dc3d0ebd..80c85306c17c6c444d20319d134691e4757efc06 100644 (file)
@@ -82,7 +82,7 @@ module Pin(){
       translate([-pin_width/2, -100]) square([pin_width, 101]);
     }
     hull() for (d=[0,10]) {
-      translate([d*2,-d,0])
+      translate([d*1.5,-d,0])
        translate([-lock_manouvre_thick/2,
                   -pin_workdepth-100,
                   -lock_manouvre_len_smaller])
@@ -92,6 +92,10 @@ module Pin(){
     translate([-lock_manouvre_thick/2, -pin_workdepth-50,
               -lock_hang_width/2])
       cube([50, 50, lock_hang_width]);
+    translate([-lock_manouvre_thick/2, -pin_workdepth-lock_manouvre_thick/2+0.1,
+              -lock_hang_width/2])
+      rotate([0,90,0])
+      cylinder(r=lock_manouvre_thick/2, h=50, $fn=20);
   }
 }