From ffc3b119952ddbf9408dc2739275597c502df51c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 20 Jan 2018 19:00:34 +0000 Subject: [PATCH] fairphone-case: add TestLidWidthPrint Signed-off-by: Ian Jackson --- fairphone-case.scad | 10 ++++++++++ 1 file changed, 10 insertions(+) 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(); -- 2.30.2