From 002d3523b5e55cd62b9a111227846cdad9407f95 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 1 Jun 2014 01:13:54 +0100 Subject: [PATCH] topeak-seatstay-lock: introduce pin_x_offset --- topeak-seatstay-lock.scad | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/topeak-seatstay-lock.scad b/topeak-seatstay-lock.scad index 9540451..f5265e6 100644 --- a/topeak-seatstay-lock.scad +++ b/topeak-seatstay-lock.scad @@ -26,7 +26,8 @@ clatter_gap = 0.5; cut_rotation = 2; holes_rotation = 9; -pin_offset = 6; +pin_y_offset = 5.5; +pin_x_offset = 0.5; ridge_rotation = 8.5; // computed @@ -74,7 +75,7 @@ module Body(){ } module Pin(){ - translate([0, pin_offset, 0]) rotate([0,90,0]){ + translate([pin_x_offset, pin_y_offset, 0]) rotate([0,90,0]){ translate([0, 0, -pin_thick/2]) linear_extrude(height=pin_thick){ translate([-pin_base/2, 0]) square([pin_base, 50]); -- 2.30.2