From: Ian Jackson Date: Mon, 25 Nov 2024 21:38:00 +0000 (+0000) Subject: Revert "poster-tube-lid: Remove curve from catch tip" X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=216f26fcee0282bdac9f9b653463d7dd4e20ccf7;p=reprap-play.git Revert "poster-tube-lid: Remove curve from catch tip" This deletes the tip! And apparently we never tested it. This reverts commit 7318ed311c589c0856e774ccfeffe6e31ddf6704. Signed-off-by: Ian Jackson --- diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index cdba23e..52acfe0 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -916,7 +916,7 @@ module CatchTipProfile(dy){ intersection(){ translate(cppF){ difference(){ -// circle(r = dist2d(cppF, cppd)); + circle(r = dist2d(cppF, cppd)); //circle(r = dist2d(cppF, cppa)); } }