chiark / gitweb /
fairphone-case: Lid: add intersection/union (nfc)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 20 Jan 2018 23:13:14 +0000 (23:13 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 20 Jan 2018 23:13:14 +0000 (23:13 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
fairphone-case.scad

index 34b4221e0eb6743e6b4fd3d57344baef1c63d725..783d19eb0eab86d236a6c2baeb76616d71ef0a87 100644 (file)
@@ -313,8 +313,12 @@ module Case(){ ////toplevel
 }
 
 module Lid(){ ////toplevel
-  AroundEdges(lpp10[1], lpp13[1] - lpp10[1], 0)
-    LidEdgeProfile();
+  difference(){
+    union(){
+      %AroundEdges(lpp10[1], lpp13[1] - lpp10[1], 0)
+        LidEdgeProfile();
+    }
+  }
 }
 
 module TestLength(){ ////toplevel