From: Ian Jackson Date: Sun, 21 Jan 2018 20:46:43 +0000 (+0000) Subject: fairphone-case: hinge: screws: make holes X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4b3bd3407a8570e9065bc7fbe31dbd0c935a4af1;p=reprap-play.git fairphone-case: hinge: screws: make holes Signed-off-by: Ian Jackson --- diff --git a/fairphone-case.scad b/fairphone-case.scad index 986fe26..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(); } }