chiark / gitweb /
poster-tube-lid: fix braces (again)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 9 Oct 2017 01:44:19 +0000 (02:44 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 9 Oct 2017 01:44:19 +0000 (02:44 +0100)
poster-tube-lid.scad

index e0735787138b5fb961b2e706390963ecfea741bd..4c8f4fc7bdb4b2c625e44343d56cc72f13a9099e 100644 (file)
@@ -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 ]);