From 9ca240a78df7ad6a3eecbe857f843471aba60e63 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 5 Nov 2022 13:21:26 +0000 Subject: [PATCH] topeak-mtx-tortec-expeditionrack-adapter: rename Signed-off-by: Ian Jackson --- topeak-mtx-tortec-expeditionrack-adapter.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/topeak-mtx-tortec-expeditionrack-adapter.scad b/topeak-mtx-tortec-expeditionrack-adapter.scad index 6e88064..b9b0b67 100644 --- a/topeak-mtx-tortec-expeditionrack-adapter.scad +++ b/topeak-mtx-tortec-expeditionrack-adapter.scad @@ -208,7 +208,7 @@ module BoltHole(){ } } -module AsForeAftMaint(){ +module IfFam(){ if ($foreaftmaint_dz) { children(); } @@ -263,7 +263,7 @@ module Principal(){ } } - RackShear() AsForeAftMaint(){ + RackShear() IfFam(){ linextr_x_yz(-main_sz_x_fam/2, +main_sz_x_fam/2){ rotate(-90) @@ -304,7 +304,7 @@ module Principal(){ } } - RackShear() AsForeAftMaint(){ + RackShear() IfFam(){ // Distance from bolt hole, in backwards direction cr = rack_rail_dia/2 + foreaftmaint_r_slop; translate([ 0, $rack_rail_y, $foreaftmaint_rail_z ]) -- 2.30.2