From: Ian Jackson Date: Wed, 28 Nov 2018 00:01:28 +0000 (+0000) Subject: poster-tube-lid: Correct for when cpp11 above cpp10 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=ca044a9801bccfd3025b75c51ba55047ed86887d;p=reprap-play.git poster-tube-lid: Correct for when cpp11 above cpp10 Signed-off-by: Ian Jackson --- diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index b08eae2..c4892cd 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -598,6 +598,15 @@ module CatchAssemblyCoreProfile(){ } translate(cpp2) circle(r= catch_cr); } + // if cpp11 is above cpp10, the subtracted hull above + // can go down too far. Ensure we do not cut off below cppy6. + polygon([ cppE, + cppD, + cpp9, + [ cpp9[0], cppy6 ], + [ cpp7[0] - catch_cr, cppy6 ], + cpp2d + ]); } module CatchHeadProfile(){