From 9e13195c8ca98034918b0d903ee12416ce9b9a2e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 1 Jun 2014 11:12:23 +0100 Subject: [PATCH] topeak-seatstay-lock: change lock hang --- topeak-seatstay-lock.scad | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/topeak-seatstay-lock.scad b/topeak-seatstay-lock.scad index 47272c4..ff22d27 100644 --- a/topeak-seatstay-lock.scad +++ b/topeak-seatstay-lock.scad @@ -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]); } } -- 2.30.2