From: Ian Jackson Date: Tue, 17 Oct 2017 22:55:59 +0000 (+0100) Subject: poster-tube-lid: adjust CoverTest1 a bit X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=7df29c6dea9d865781c28684ea4840d1fa95159d;hp=3a48bcb0bb3b3b9192d0b9850312d911113b02da;p=reprap-play.git poster-tube-lid: adjust CoverTest1 a bit --- 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); } } }