From: Ian Jackson Date: Sat, 20 Jan 2018 19:00:34 +0000 (+0000) Subject: fairphone-case: add TestLidWidthPrint X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=ffc3b119952ddbf9408dc2739275597c502df51c;p=reprap-play.git fairphone-case: add TestLidWidthPrint Signed-off-by: Ian Jackson --- diff --git a/fairphone-case.scad b/fairphone-case.scad index 3112711..44da902 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -245,6 +245,16 @@ module TestWidth(){ ////toplevel } } +module TestLidWidthPrint(){ ////toplevel + rotate([0,180.0]) + intersection(){ + Lid(); + translate([-30, -(phone_height - 25), -20]) + mirror([0, 1, 0]) + cube([200, 50, 40]); + } +} + module TestCamera(){ ////toplevel intersection(){ Case();