From c0ac5f4d1820563ea74fa4783c7d7172f31fc995 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 1 Jun 2014 11:09:36 +0100 Subject: [PATCH] topeak-seatstay-lock: break out lock_hang_ratio --- topeak-seatstay-lock.scad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/topeak-seatstay-lock.scad b/topeak-seatstay-lock.scad index ba06666..47272c4 100644 --- a/topeak-seatstay-lock.scad +++ b/topeak-seatstay-lock.scad @@ -29,6 +29,7 @@ holes_rotation = 9; pin_y_offset = 5.5; pin_x_offset = 0.5; ridge_rotation = 8.5; +lock_hang_ratio = 2; // computed @@ -82,7 +83,7 @@ module Pin(){ translate([-pin_width/2, -100]) square([pin_width, 101]); } hull() for (d=[0,10]) { - translate([d*2,-d,0]) + translate([d*lock_hang_ratio,-d,0]) translate([-lock_manouvre_thick/2, -pin_workdepth-100, -lock_manouvre_len_smaller]) -- 2.30.2