X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=fairphone-case.scad;h=697e0c57e467152fd36b2c68b80c38247a4d333f;hb=4b3bd3407a8570e9065bc7fbe31dbd0c935a4af1;hp=b3621ed3a47375dc9714fb064b6c019723195a86;hpb=3a85b5b53756a57f317e4add71c132de5554dac0;p=reprap-play.git diff --git a/fairphone-case.scad b/fairphone-case.scad index b3621ed..697e0c5 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -529,6 +529,9 @@ module Case(){ ////toplevel HingeLidProfile(); circle(r= hinge_r_arms_gap, $fn= 8); } + + // screw holes in the hinge arms + DemoHingeScrews(); } } @@ -556,6 +559,9 @@ module Lid(){ ////toplevel HingePortion(hex20, hex21) HingeLidProfile(); } Struts(lpp10[0] + strut_min_at_end, lpp13[1], -case_th_lid); + + // screw holes in the hinge arms + DemoHingeScrews(); } } @@ -718,9 +724,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 ); } }