-rw-r--r-- | pushfittery.scad | 2 |
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 @@ -42,3 +42,5 @@ module pushfit(pf,draft=draft) { 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]; |