From: Ian Jackson Date: Mon, 9 Oct 2017 00:56:02 +0000 (+0100) Subject: poster-tube-lid: convert to oring: move some stuff to the MainProfile (nfc) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=42fd93b9966b812e431d2ea3783a265c8acb66b4 poster-tube-lid: convert to oring: move some stuff to the MainProfile (nfc) --- 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])