From: Ian Jackson Date: Fri, 20 Oct 2017 19:12:06 +0000 (+0100) Subject: poster-tube-lid-parametric: drop a debugging thing which looks odd X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=37921e0197f294dfdded11642eefb4f5133a0e8d poster-tube-lid-parametric: drop a debugging thing which looks odd --- diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index c3a3a05..6cacb68 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -198,7 +198,7 @@ module MainProfile(){ translate([ 0, oring_y_rad ]) scale([ 1/oring_oblate * (oring_compress_more+1) , oring_oblate ]) circle(oring_thick/2); - #translate([ 0, oring_y_rad*2 - oring_thick/2 ]) + translate([ 0, oring_y_rad*2 - oring_thick/2 ]) circle(oring_thick/2); } }