From: Ian Jackson Date: Sun, 28 Jan 2018 20:28:06 +0000 (+0000) Subject: fairphone-case: HingeLeverNutProfile: introduce (no caller yet) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=59e4e6c36767fa00d546f6c58ebd2c4cd2f7872e;p=reprap-play.git fairphone-case: HingeLeverNutProfile: introduce (no caller yet) Signed-off-by: Ian Jackson --- diff --git a/fairphone-case.scad b/fairphone-case.scad index 35ffc96..6a2175d 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -602,6 +602,13 @@ module HingeLeverInnerProfile(){ } } +module HingeLeverNutProfile(){ + for (c= [hppB, hppT]) { + translate(c) + circle($fn=6, r= 0.5 * hingescrew_nut_across / cos(30)); + } +} + module Flip_hinge(doflip=1){ hinge_origin = [0, -(phone_height - hppB[0]), hppB[1]]; translate(hinge_origin)