From: Ian Jackson Date: Sun, 25 Nov 2018 23:26:23 +0000 (+0000) Subject: poster-tube-lid: Provide CatchCore (nfc) X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1b1ed4ee1846b7b65abb041f05b71f936c2964a5;p=reprap-play.git poster-tube-lid: Provide CatchCore (nfc) Signed-off-by: Ian Jackson --- diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index d1debf9..cc4d297 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -578,11 +578,15 @@ module CatchCoreProfile(){ ////toplevel } } +module CatchCore(){ /////toplevel + linear_extrude(height=catch_strap_thick, convexity=10) + CatchCoreProfile(); +} + module CatchPreDistort(){ /////toplevel scale(100 / sm_inner_rad) rotate([90,0,0]) - linear_extrude(height=catch_strap_thick, convexity=10) - CatchCoreProfile(); + CatchCore(); } module CatchAssembly(){ /////toplevel