From 9e7e35285653e4f92a1b0e68aae7b441cd1604c1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 27 Nov 2018 22:18:02 +0000 Subject: [PATCH] poster-tube-lid: catch: make head inner edge vertical Signed-off-by: Ian Jackson --- poster-tube-lid.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index abc2c17..1210d17 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -609,7 +609,7 @@ module CatchHeadProfile(){ translate(cppF){ difference(){ circle(r = dist2d(cppF, cppd)); - circle(r = dist2d(cppF, cppa)); + //circle(r = dist2d(cppF, cppa)); } } polygon([ cppa, -- 2.30.2