From: Ian Jackson Date: Sun, 21 Jan 2018 12:53:29 +0000 (+0000) Subject: fairphone-case: introduce "phone" (nfc) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=9df7f50a867aaae0e226c13b323d2664a41b443d;p=reprap-play.git fairphone-case: introduce "phone" (nfc) This is part of letting us separate out rubber bumpers etc., which change the phone size but also move the features of the phone a bit. Signed-off-by: Ian Jackson --- diff --git a/fairphone-case.scad b/fairphone-case.scad index ec9d7f6..fafbbbd 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -1,7 +1,6 @@ // -*- C -*- -phone_height = 146.5; -phone_width = 76.75; +phone = [ 146.5, 76.75 ]; phone_cnr_rad = 6.0; @@ -51,6 +50,9 @@ strut_min_at_end = 1.5; // ---------- calculated ---------- +phone_height = phone[0]; +phone_width = phone[1]; + // ----- could be changed ----- lid_buttoncover_gap = lid_gap_x; lid_buttoncover_overlap = case_th_lip + keeper_gap_z_top;