chiark / gitweb /
topeak-seatstay-lock: change lock hang
[reprap-play.git] / topeak-seatstay-lock.scad
index 47272c49cdd86a0fa70dadb52d336338e7f8c0ef..ff22d27829f9d04b055b096357adf93a2e8c4f6f 100644 (file)
@@ -29,7 +29,7 @@ holes_rotation = 9;
 pin_y_offset = 5.5;
 pin_x_offset = 0.5;
 ridge_rotation = 8.5;
-lock_hang_ratio = 2;
+lock_hang_ratio = 7;
 
 // computed
 
@@ -90,9 +90,6 @@ module Pin(){
        cube([lock_manouvre_thick, 100,
              lock_manouvre_len + lock_manouvre_len_smaller]);
     }
-    translate([-lock_manouvre_thick/2, -pin_workdepth-50,
-              -lock_hang_width/2])
-      cube([50, 50, lock_hang_width]);
   }
 }