chiark / gitweb /
fairphone-case: wip ButtonCoverReinf
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 17 Sep 2018 09:32:15 +0000 (10:32 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 17 Sep 2018 09:32:15 +0000 (10:32 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
fairphone-case.scad

index d83c53474f4b548972d672539cecb5210bf28c8b..72b38a22f9338212d735bd805708cc87b38246c3 100644 (file)
@@ -728,6 +728,18 @@ module ButtonPlan(l, deep, cut){
   }
 }
 
+module ButtonCoverReinf(){ ////toplevel
+  minkowski(){
+    rotate([90,0,0])
+      linear_extrude(height=0.01)
+      ButtonCoverProfile();
+    if(0) linear_extrude(height=0.01) intersection(){
+      circle(r=2);
+      translate([-20,0]) square(40, center=true);
+    }
+  }
+}
+
 module CatchCatchProfile(){
   hull(){
     for (c=[ cppR, cppQ ])