chiark / gitweb /
fairphone-case: Button cover
[reprap-play.git] / fairphone-case.scad
index 5b8027220a5f7b86877b64c17b74abfbb93d39ac..c938f773b58a536fd8aca69c45016ce2143dd462 100644 (file)
@@ -343,6 +343,18 @@ module Lid(){ ////toplevel
     union(){
       AroundEdges(lpp10[1], lpp13[1] - lpp10[1], 0)
         LidEdgeProfile();
+      Buttons(){
+       intersection(){
+         rotate([90,0,90])
+           translate([0,0,-10])
+           linear_extrude(height= 20)
+           ButtonPlan($button_l, 0,1);
+         rotate([90,0,0])
+            translate([0,0,-100])
+           linear_extrude(height= 200)
+           ButtonCoverProfile();
+       }
+      }
     }
     Struts(lpp10[0] + strut_min_at_end, lpp13[1], -case_th_lid);
   }