From f43f044b77ba4a3765ca8b886a111a4dcbb0436d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 9 Oct 2017 02:44:19 +0100 Subject: [PATCH] poster-tube-lid: fix braces (again) --- 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 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 ]); -- 2.30.2