chiark / gitweb /
Revert "topeak-seatstay-lock: cylindrical hook to make lock hang at angle, BAD"
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 1 Jun 2014 10:07:13 +0000 (11:07 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 1 Jun 2014 10:07:13 +0000 (11:07 +0100)
This reverts commit 28e14bd0de57ea5b49538e772b32fc876a213c81.

topeak-seatstay-lock.scad

index 80c85306c17c6c444d20319d134691e4757efc06..ba066669963419249ff2b3207edca001dc3d0ebd 100644 (file)
@@ -82,7 +82,7 @@ module Pin(){
       translate([-pin_width/2, -100]) square([pin_width, 101]);
     }
     hull() for (d=[0,10]) {
-      translate([d*1.5,-d,0])
+      translate([d*2,-d,0])
        translate([-lock_manouvre_thick/2,
                   -pin_workdepth-100,
                   -lock_manouvre_len_smaller])
@@ -92,10 +92,6 @@ 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);
   }
 }