From: Ian Jackson Date: Mon, 9 Oct 2017 01:44:19 +0000 (+0100) Subject: poster-tube-lid: fix braces (again) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=f43f044b77ba4a3765ca8b886a111a4dcbb0436d poster-tube-lid: fix braces (again) --- diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index e073578..4c8f4fc 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -212,7 +212,7 @@ module Cover(){ ////toplevel BayonetCutout(); for (r=[0 : 60 : 179]) { rotate([0,0, r]) { - height = top_thick - brace_above_below*2; + height = top_thick_middle - brace_above_below*2; translate([0,0, middle_bot_z + brace_above_below + height/2 ]) cube(center=true, [ oring_bore - brace_end_shorter, brace_hole_width, height ]);