From 41756853f3fb657c56c445da57f2950baa65caef Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 9 Oct 2017 01:54:52 +0100 Subject: [PATCH] poster-tube-lid: convert to oring: abolish seal_recess --- poster-tube-lid.scad | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 10eb603..26b9d1f 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -18,8 +18,6 @@ bayo_behind = 3.5; bayo_interf_width = 2.0; bayo_interf_slope = 0.75; -seal_recess = [ 2.0, 2.0 ]; // recess depth, recess height - oring_thick = 5.0; oring_bore = 62.0; @@ -129,9 +127,7 @@ module MainProfile(){ [ side_thick, -side_height ], [ side_taper, -side_height ], [ 0, -rivet_posn ], - [ 0, -(seal_recess[0] + seal_recess[1]) ], - [ seal_recess[0], -(seal_recess[0]) ], - [ seal_recess[0], seal_thick ], + [ 0, seal_thick ], ], convexity=10); } -- 2.30.2