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