From: Ian Jackson Date: Sat, 10 Dec 2022 11:49:08 +0000 (+0000) Subject: poster-tube-lid: Remove curve from catch tip X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7318ed311c589c0856e774ccfeffe6e31ddf6704;p=reprap-play.git poster-tube-lid: Remove curve from catch tip I have a theory that this isn't needed. Signed-off-by: Ian Jackson --- diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index ad21aed..b53fb65 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -619,7 +619,7 @@ module CatchTipProfile(dy){ intersection(){ translate(cppF){ difference(){ - circle(r = dist2d(cppF, cppd)); +// circle(r = dist2d(cppF, cppd)); //circle(r = dist2d(cppF, cppa)); } }