X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=topeak-seatstay-lock.scad;h=ff22d27829f9d04b055b096357adf93a2e8c4f6f;hp=47272c49cdd86a0fa70dadb52d336338e7f8c0ef;hb=9e13195c8ca98034918b0d903ee12416ce9b9a2e;hpb=c0ac5f4d1820563ea74fa4783c7d7172f31fc995 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]); } }