chiark / gitweb /
fairphone-case: make HingePortion do all children (nfc)
[reprap-play.git] / fairphone-case.scad
index b781957575f5c684fd266d355dbcc854857e9e6c..8b7dce748564fa3f06e8edd6c77b7dd550fcf2d9 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){