From: Ian Jackson Date: Sun, 21 Jan 2018 20:46:33 +0000 (+0000) Subject: fairphone-case: hinge: screws: move head away a bit (so we can bore with these too) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=db46d1f6499ca07baba6025867a9a4501f0fcfd3 fairphone-case: hinge: screws: move head away a bit (so we can bore with these too) Signed-off-by: Ian Jackson --- diff --git a/fairphone-case.scad b/fairphone-case.scad index b3621ed..986fe26 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -718,9 +718,11 @@ module DemoHingeScrews(){ -c[0], c[1] ]){ rotate([0,90,0]) - translate([0,0,-.1]) - cylinder( r= hingescrew_shaft_dia/2, h = hingescrew_shaft_len+0.1 ); + translate([0,0,-.2]) + cylinder( r= hingescrew_shaft_dia/2, + h = hingescrew_shaft_len+0.2 ); rotate([0,-90,0]) + translate([0,0,+.1]) cylinder( r= hingescrew_head_dia/2, h = hingescrew_head_th ); } }