chiark / gitweb /
fairphone-case: hinge: really room to get at locknut
[reprap-play.git] / fairphone-case.scad
index f7d719689243f601920e0208d3305ffc323fdec5..5637594a834bc852c7a65bb181b642787567a45f 100644 (file)
@@ -519,10 +519,10 @@ module HingeLeverOuterProfile(){
 module HingeLeverInnerProfile(){
   for (c = [hppT, hppB]) {
     hull()
-      for (x=[0,20])
-       translate([x,0])
-         circleat(c, hp_rn);
-       circleat(hppB, hp_rn);
+      for (x=[-20,20])
+       for (y=[0, c[1] - hppM[1]])
+         translate([x,y])
+           circleat(c, hp_rn);
   }
 }