From: Ian Jackson Date: Mon, 9 Oct 2017 01:04:03 +0000 (+0100) Subject: poster-tube-lid: convert to oring: wip oring gap X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=eef6cf45e1a5ad2ffc5f8a2863df8ff40efbd43b;p=reprap-play.git poster-tube-lid: convert to oring: wip oring gap --- diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index ba3fc60..b9bf7e6 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -135,6 +135,10 @@ module MainProfile(){ ], convexity=10); } + %translate([ oring_mid_dia/2 - main_dia/2, + oring_y_rad ]) + scale([ 1/oring_oblate, oring_oblate ]) + circle(oring_thick/2); } }