From ec8b5d127a6645318672fd88587798c9f431e383 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 31 May 2014 21:29:37 +0100 Subject: [PATCH] topeak-seatstay-lock: before try minkowski --- topeak-seatstay-lock.scad | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/topeak-seatstay-lock.scad b/topeak-seatstay-lock.scad index 9bb5238..f2b9744 100644 --- a/topeak-seatstay-lock.scad +++ b/topeak-seatstay-lock.scad @@ -16,11 +16,12 @@ pin_base = 25; lock_manouvre_thick = 3.5 + 0.5; lock_manouvre_len = 18; +lock_hang_width = 17.5; // fudgeish holes_rotation = 9; -pin_offset = 2; +pin_offset = 6; // computed @@ -70,6 +71,9 @@ module Pin(){ } translate([-lock_manouvre_thick/2, -pin_workdepth-100, -lock_manouvre_len]) cube([lock_manouvre_thick, 100, lock_manouvre_len*2]); + translate([- lock_manouvre_thick/2, -pin_workdepth-50, + -lock_hang_width/2]) + cube([50, 50, lock_hang_width]); } } @@ -87,3 +91,4 @@ module All(){ Demo(); //All(); +//Pin(); -- 2.30.2