summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--pushfittery.scad2
1 files changed, 2 insertions, 0 deletions
diff --git a/pushfittery.scad b/pushfittery.scad
index 6b6ec2e..fedf2de 100644
--- a/pushfittery.scad
+++ b/pushfittery.scad
@@ -39,6 +39,8 @@ module pushfit(pf,draft=draft) {
translate([0,0,h_legspace-epsilon])
cylinder(d1=d,d2=id-2*epsilon,h=dd+epsilon);
translate([0,0,h-ch-epsilon])
cylinder(d1=id-2*epsilon,d2=id+2*ch+2,h=ch+epsilon+1);
}
}//pushfit module
+
+function pf_byname(d,n) = d[search([n],d)[0]][1];