chiark / gitweb /
poster-tube-lid: convert to oring: move some stuff to the MainProfile (nfc)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 9 Oct 2017 00:56:02 +0000 (01:56 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 9 Oct 2017 00:56:02 +0000 (01:56 +0100)
poster-tube-lid.scad

index 26b9d1f4265d6b690ae107e21df5996edfab9108..830370ef50f1fc0b8daa15221454f5812d8a0b5e 100644 (file)
@@ -120,8 +120,8 @@ module MainProfile(){
          square([10,10]);
        }
       }
-      polygon([[ -1                   seal_thick        ],
-              [ -1                   top_z             ],
+      polygon([[ -11,                   seal_thick        ],
+              [ -11,                   top_z             ],
               [ main_cnr_pos[0],       top_z             ],
               [ side_thick,            main_cnr_pos[1]   ],
               [ side_thick,            -side_height      ],
@@ -182,7 +182,7 @@ module Cover(){ ////toplevel
        translate([main_dia/2, 0])
        MainProfile();
       translate([0,0, seal_thick])
-       cylinder(h= top_thick, r = main_dia/2);
+       cylinder(h= top_thick, r = main_dia/2 - 10);
     }
     for (r=[0,180])
       rotate([0,0, r])