From a033c6f009ce4892397ab0a1898fcfa7cd32915d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 9 Oct 2017 02:46:54 +0100 Subject: [PATCH] poster-tube-lid: rename by_oring_z (from seal_thick) to reflect new purpose --- poster-tube-lid.scad | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index deb51e5..19580b5 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -58,12 +58,12 @@ oring_oblate = (1 - oring_compress); oring_y_rad = oring_thick/2 * oring_oblate; oring_x_rad = oring_thick/2 / oring_oblate; -seal_thick = oring_y_rad * (1 + cos(oring_upper_embed_angle)); +by_oring_z = oring_y_rad * (1 + cos(oring_upper_embed_angle)); side_height = rivet_posn + bayo_behind + rivet_thick/2; side_thick = rivet_tall + over_rivet_wall; -top_z = top_thick_by_oring + oring_y_rad + seal_thick; +top_z = top_thick_by_oring + oring_y_rad + by_oring_z; middle_bot_z = top_z - top_thick_middle; @@ -137,8 +137,8 @@ module MainProfile(){ [ side_thick, -side_height ], [ side_taper, -side_height ], [ 0, -rivet_posn ], - [ 0, seal_thick ], - [ -oring_x_rad, seal_thick ], + [ 0, by_oring_z ], + [ -oring_x_rad, by_oring_z ], ], convexity=10); } -- 2.30.2