chiark / gitweb /
fairphone-case: fix button cover
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 Jan 2018 12:19:08 +0000 (12:19 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 Jan 2018 12:19:08 +0000 (12:19 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
fairphone-case.scad

index 42de8f9373364a52dd89e6eb795f739cd9658cab..ec9d7f65d52e5627e5a5db327a12b78accecb098 100644 (file)
@@ -352,7 +352,7 @@ module Lid(){ ////toplevel
          rotate([90,0,90])
            translate([0,0,-10])
            linear_extrude(height= 20)
-           ButtonPlan($button_l, 0,0);
+           ButtonPlan($button_l, 1,0);
          rotate([90,0,0])
             translate([0,0,-100])
            linear_extrude(height= 200)
@@ -416,6 +416,11 @@ module TestLidByCameraPrint(){ ////toplevel
   rotate([180,0,0]) TestLidByCamera();
 }
 
+module DemoByCamera(){ ////toplevel
+  color("blue") TestLidByCamera();
+  color("red")  TestCamera();
+}
+
 module OneKeeper(){ ////toplevel
   translate([0, -phone_cnr_rad, 0])
     rotate([90, 0, 0])