From 0f9b843c251c4fbc80cc601650efdb298132e5e2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 21 Jan 2018 13:02:55 +0000 Subject: [PATCH] fairphone-case: introduce "bumpers" (nfc) Signed-off-by: Ian Jackson --- fairphone-case.scad | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/fairphone-case.scad b/fairphone-case.scad index fafbbbd..aeac8ce 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -1,6 +1,8 @@ // -*- C -*- -phone = [ 146.5, 76.75 ]; +phone = [ 145.0, 75.0 ]; + +bumpers = [ 1.5, 1.75 ]; // both sides together phone_cnr_rad = 6.0; @@ -50,8 +52,8 @@ strut_min_at_end = 1.5; // ---------- calculated ---------- -phone_height = phone[0]; -phone_width = phone[1]; +phone_height = (phone + bumpers)[0]; +phone_width = (phone + bumpers)[1]; // ----- could be changed ----- lid_buttoncover_gap = lid_gap_x; -- 2.30.2