From 42fd93b9966b812e431d2ea3783a265c8acb66b4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 9 Oct 2017 01:56:02 +0100 Subject: [PATCH] poster-tube-lid: convert to oring: move some stuff to the MainProfile (nfc) --- poster-tube-lid.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 26b9d1f..830370e 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -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]) -- 2.30.2