chiark / gitweb /
topeak-mtx-tortec-expeditionrack-adapter: rename
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 5 Nov 2022 13:21:26 +0000 (13:21 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 5 Nov 2022 13:21:26 +0000 (13:21 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
topeak-mtx-tortec-expeditionrack-adapter.scad

index 6e88064f2e0f1d952ca64caa0247e00ac82c2f91..b9b0b67c53496ec611183ccff6e56e9b98970319 100644 (file)
@@ -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 ])