From 7df29c6dea9d865781c28684ea4840d1fa95159d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 17 Oct 2017 23:55:59 +0100 Subject: [PATCH] poster-tube-lid: adjust CoverTest1 a bit --- 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 d6cd360..a1de2c1 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -349,7 +349,7 @@ module CoverTest1(){ ////toplevel for (r= [ 40, 147 ]){ rotate([0,0, r]){ translate([0,0, -10]) { - cube([ main_dia*3, main_dia * .55, 18], center=true); + cube([ main_dia*3, main_dia * .53, 18], center=true); } } } -- 2.30.2