From: Ian Jackson Date: Sun, 21 Jan 2018 12:19:08 +0000 (+0000) Subject: fairphone-case: fix button cover X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c1a384bb8a5b8d960ddb02a7340d10ed13d557df;p=reprap-play.git fairphone-case: fix button cover Signed-off-by: Ian Jackson --- diff --git a/fairphone-case.scad b/fairphone-case.scad index 42de8f9..ec9d7f6 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -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])