chiark / gitweb /
fairphone-case: fix lid hinge arms to not have cutout for lid close clearance
[reprap-play.git] / fairphone-case.scad
index b781957575f5c684fd266d355dbcc854857e9e6c..99966fda871607327c1d59bc7a28102285d70396 100644 (file)
@@ -833,7 +833,7 @@ module HingePortion(x0,x1){
     mirror([1,0,0])
     rotate([90,0,-90])
     linear_extrude(height=x1-x0)
-    children(0);
+    children();
 }
 
 module CatchPortion(width){
@@ -1102,7 +1102,10 @@ module Lid(){ ////toplevel
       }
 
       // hinge arms
-      HingePortion(hex20, hex21) HingeLidProfile();
+      HingePortion(hex20, hex21) {
+       LidEdgeProfile();
+       HingeLidProfile();
+      }
 
       // catch
       CatchPortion(catch_width)