From: Ian Jackson Date: Mon, 22 Jan 2018 01:36:19 +0000 (+0000) Subject: fairphone-case: hinge: make locknuts accessible X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=761e67434047991b0509182dfe0424c5c677cb3e fairphone-case: hinge: make locknuts accessible Signed-off-by: Ian Jackson --- diff --git a/fairphone-case.scad b/fairphone-case.scad index f7d7196..33fd2ef 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -519,7 +519,7 @@ module HingeLeverOuterProfile(){ module HingeLeverInnerProfile(){ for (c = [hppT, hppB]) { hull() - for (x=[0,20]) + for (x=[-20,20]) translate([x,0]) circleat(c, hp_rn); circleat(hppB, hp_rn);