From f1bae8d0dcd678763c0e10aa526a356910e5af4d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 24 Jul 2023 16:11:54 +0100 Subject: [PATCH] topeak-mtx-tortec-expeditionrack-adapter: wip add another hook Signed-off-by: Ian Jackson --- topeak-mtx-tortec-expeditionrack-adapter.scad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/topeak-mtx-tortec-expeditionrack-adapter.scad b/topeak-mtx-tortec-expeditionrack-adapter.scad index 16dd265..9d41488 100644 --- a/topeak-mtx-tortec-expeditionrack-adapter.scad +++ b/topeak-mtx-tortec-expeditionrack-adapter.scad @@ -20,6 +20,7 @@ rear_elevation_nominal = 10.04; rear_to_front_distance = 230; // rack cross rail (fam) to very front end rear_to_cross_rail = 43.05; // bolt centre to rail centre, rail to rear rear_bolt_to_front_bolt = 155.4; +front_to_cross_rail = 43.05; // XXX // bolt centre to rail centre, rail to front general_gap_y = 1.0; @@ -379,7 +380,7 @@ module Front(){ ////toplevel // xxx elevation is wrong Principal($elevation_nominal= elevation_of_bolt_for(rear_to_cross_rail + rear_bolt_to_front_bolt), - $foreaftmaint_dz= 0); + $foreaftmaint_dz= front_to_cross_rail); } module Rear(){ ////toplevel -- 2.30.2