chiark / gitweb /
fc9e91aeab9e36a1fe1f6fb3e774ea19c81aa6cb
[reprap-play.git] / fairphone4-case.scad
1 // -*- C -*-
2
3 // Hard case for Fairphone 2
4 //
5 //  Copyright 2018 Ian Jackson.  There is NO WARRANTY.
6 //  See below for full licensing and disclaimer.
7 //
8 // Instructions
9 //
10 //  1. You will want to git clone this repository.
11 //
12 //  2. Decide about the notification LED aperture. See the variable
13 //     led_window_style, below.  The default here is "ad-hoc
14 //     multi-colour", which can produces a translucent (clear-ish)
15 //     window set into the lid, even on a single-nozzle printer.
16 //     See "Ad-hoc multi-colour", below.
17 //
18 //  3. use "make" to generate the necessary files:
19 //
20 //     make -j8 fairphone-case.auto.scads `for f in   \
21 //        HingePrint        \
22 //        LidWindowPrint    \
23 //        LidPrint          \
24 //        OneKeeperPrint    \
25 //        Case              \
26 //     ; do echo fairphone-case,$f.auto.stl; done`
27 //
28 //  4. Print them.  Case and OneKeeperPrint should probably be
29 //     the same colour.
30 //
31 //     For Lid and LidWindowPrint, if you are doing ad-hoc
32 //     multi-colour:
33 //        i.   Set up for clear filament
34 //        ii.  Print LidWindowPrint.  Wait for it to finish.
35 //             It won't take long.  As soon as it finishes, tell
36 //             your printer to warm up (so that in fact it does
37 //             not cool down).
38 //        iii. Leaving the output so far on the printbed, reload
39 //             your printer with the main lid colour.
40 //        iv.  Print LidPrint.  You can let this go unattended.
41 //
42 //  5. Assemble the hinge.  You will need 4x M2 12mm machine screws
43 //     and 8x M2 full nuts.
44 //
45 //     Make sure you get the hinge the right way round.  If you're not
46 //     sure, run
47 //         openscad fairphone-case,DemoHinge.auto.scad
48 //     to see an assembly diagram.
49 //
50 //     The nuts recess into the hinge.  You will want very fine
51 //     pliers.  As you screw each screw in, add the second nut when
52 //     the screw thread emerges from the first - this will be a
53 //     locknut.  Screw each screw to an appropriate tightness for the
54 //     hinge stiffness.  You want the lid-side hinge to be stiffer as
55 //     that makes closing the case work better.
56 //
57 //     When you have the stiffness right, tighten the locknuts onto
58 //     each first nut.
59 //
60 //  6. In use:
61 // 
62 //      - To put the phone in, drop its RH side into the RH side of
63 //        the case.  Then feed the keeper through the small hole.
64 //        Feed it right through.
65 //
66 //      - The optional prop can be used to prop the phone up (in
67 //        portrait orientation only right now).  See
68 //            openscad fairphone-case,DemoPropAngles.auto.scad
69 //
70 // Ad-hoc multi-colour
71 //     
72 //  This file is set up to let you make a translucent window using a
73 //  single-extruder printer, using a "two print run" technique.  This
74 //  works well with our Lulzbot TAZ 5 and Aleph Objects' version of
75 //  Cura.  If you are using a different printer, you may need to
76 //  adjust the parameters or try a different technique.  In particular,
77 //      initial_layer_thick
78 //         set so that the window is one layer thick
79 //      initial_layer_width
80 //         set so that the slicer draws a rectangle around the whole
81 //         object, rather than putting a "skirt" or anything inside
82 //
83 //  If you have a dual-extruder printer, you can set led_window_style
84 //  to 2 and do a single print of LidPrint and LidWindowPrint.
85 //
86 //  Alternatively you can set it to 1 (just a hole) or 0 (no hole).
87 //
88 //  Thanks to Clare Boothby for the ad-hoc multi-colour technique (and
89 //  the parameters for our Lulzbot TAZ 5 and Aleph Objects's Cura).
90 //
91 // Other phones
92 //
93 //  It might well be possible to adapt this file for other phones.
94 //  If you do, let me know how you get on.
95 //
96 //
97 // AUTHORSHIP, COPYRIGHT, LICENCE, AND LACK OF WARRANTY
98 //
99 //   Copyright (C)2018 Ian Jackson.
100 //
101 //    This program for generating a 3D model is free software: you can
102 //    redistribute it and/or modify it under the terms of the GNU
103 //    General Public License as published by the Free Software
104 //    Foundation, either version 3 of the License, or (at your option)
105 //    any later version.
106 //
107 //    This program is distributed in the hope that it will be useful,
108 //    but WITHOUT ANY WARRANTY; without even the implied warranty of
109 //    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110 //    GNU General Public License for more details.
111 //
112 //    You should have received a copy of the GNU General Public
113 //    License along with this program.  If not, see
114 //    <http://www.gnu.org/licenses/>.
115 //
116 //  In particular DO NOT BLAME ME IF THIS CASE DOES NOT ADEQUATELY
117 //  PROTECT YOUR PHONE !  It is your responsibility to decide whether
118 //  this case will meet your needs.
119
120 include <utils.scad>
121 include <funcs.scad>
122
123 phone = [ 75.86, 162.0 ];
124
125 prop_buildout_less = 3;
126
127 prop_angles = [ 15, 30, 45, 60 ];
128
129 bumper = [ 0.250, -0.025 ];
130 // ^ One side.  Overall size is increased by twice this.
131 // If no bumpers, is the gap around the phone.
132
133 enable_support = 1;
134
135 led_window_style = 0;
136 // 0: no window
137 // 1: simply an opening
138 // 2: opening with separate cover model, for printing in clear (two colour)
139 // 3: like 2 but one-layer window for ad-hoc multi-colour
140
141 initial_layer_thick = 0.400; // ^ needed for mode 3 only
142 initial_layer_width = 0.750; // ^ needed for mode 3 only
143 multicolour_gap = 0.15; // each side
144
145 phone_cnr_rad = 7.0; // actuall 8.mumble, but smaller is fine
146 phone_rim_depth = 0.01; // includes allowance for a screen protector
147
148 button_cutout_depth = 9;
149
150 phone_edge_thick = 11.25;
151
152 camera_pos_tl = [  5.600,  5.750 ]; // from tl corner (as seen from back)
153 camera_edge_rad = 9.750 + 0.700;
154 camera_sz = 32.920 + .750 + 1.000;
155
156 // this is disabled, FP4 doesn't have one
157 jack_pos = [ 13.83, 8.485 ];
158 jack_dia = 10.64 + .5; // some jack I had lying around
159
160 // this led stuff, is irrelevant, we have disabled it as it doesn't have one
161 led_pos = []; // [ 13.98, 10.00 ];
162 led_aperture = 9;
163 led_window_ledge = 0.75; // each side
164
165 noisecancelmic_pos = [ 15.08 + .720, 4.35 ];   // from rhs, from top edge
166 noisecancelmic_dia = 4.00;
167
168 mainmic_pos = [ 21.0, 4.65 ];   // from lhs, from top edge
169 mainmic_dia = 4.00;
170
171 lhshole_pos = [ phone[1]/2 + 0.40, 4.35 ];
172
173 // fingerpushhole_dias = [];
174 fingerpushhole_dias = [ 15, 18 ]; // this is for testing
175
176 lanyard_half_dia = 1.15;
177 lanyard_entry_rel_breadth = 2;
178 lanyard_channel_len = 8;
179 //rearspeaker_pos_bl = [ 12.64, 18.72 ];
180 //rearspeaker_size   = [  3.76,  7.36 ];
181
182 bottomspeaker_size = [ 12.35, 1.40 ] + [1,1] * 0.5;
183 bottomspeaker_pos = [ 18.05, 5.52 ]; // from rhs, from top
184
185 microusb_above = 1.64 - 0.25;
186 microusb_below = 2.42;
187 microusb_width = 12.16 + 2.0 + 1.25;
188
189 case_th_bottom = 2.5;
190 case_th_lid = 3.0;
191 case_th_side = 2.3;
192 case_th_lip = 1.2;
193
194 lid_screen_gap_extra = .66;
195
196 case_struts_count = 6;
197 case_struts_solid_below = 1.00;
198 case_struts_solid_above = 0.75;
199 case_struts_width = 0.10;
200
201 keeper_th_z = 0.75;
202 keeper_th_x = 0.75;
203 keeper_inner_width = 2.75;
204 keeper_inner_height = 2.75;
205 keeper_slant_slope = 2; // larger means steeper
206
207 keeper_gap_z_top = 0.25;
208 keeper_gap_z_bot = 0.75;
209 keeper_gap_x     = 0.25;
210 keeper_gap_x_holes = 0.75;
211 keeper_fatter = 0.45;
212 keeper_fatter_hole = 1.20;
213
214 keeper_side = 0; // 0 = lhs; 1 = rhs
215
216 case_lip = 1.25;
217
218 lid_gap_x = 0.25;
219 lid_gap_z = 0.25;
220 lid_lip = 1.75;
221 lid_edgepart_width = 5.0;
222 lid_buttoncover_thick = 1.3;
223 lid_buttoncover_reinf = 0.65;
224
225 foldover_gap = 0.50;
226 foldover_lever_gap = 0.50;
227
228 // properties of the hinge fasteners
229 hingescrew_shaft_dia = 1.600 + 0.45; // beading wire
230 hingescrew_shaft_len = 10;
231 hingescrew_fasteners_extra_thick = 0.40;
232 // ^ amount of thread protruding if everything was completely nominal
233 //   and we are using two nuts
234 hingescrew_nut_access_dia = 4.72 + 0.50;
235 // ^ washer is 4.72 dia
236 //   also, want to get pliers or tiny spanner in to do up locknut
237 hingescrew_nut_across = 3.92 + 0.25; // incl. slop around recess slop
238 hingescrew_nut_thick = 1.93;
239 hingescrew_head_th = 1.38 + 0.75;
240 hingescrew_head_dia = 3.92;
241
242 hingescrew_nut_recess_portion = 2/3; // portion of nut in recess
243
244 lever_cover_th = 0.75;
245 hingemount_th = 2.5;
246 hingemount_wd = 4.8725;
247
248 $fa = 5;
249 $fs = 0.1;
250
251 button_l_fudge = 4.4;
252 buttonishleg_default_l_is_fudge = 10;
253
254 hinge_base_slope = 1.5; // bigger is steeper
255
256 strut_min_at_end = 1.5;
257
258 hinge_x_gap = 0.125;
259 hinge_x_postscrew_gap = 0.75;
260 hinge_x_arms_gap = 0.35;
261 hinge_r_arms_gap = 0.55;
262 hinge_over_nut_plate = -0.50; // bodge apropos slope
263
264 // there isn't one of these, speaker is by hinge
265 // rearspeaker_gap    = [ 2.0, 2.0 ]; // each side
266
267 thumbrecess_depth = 1.3;
268 thumbrecess_width = 16.5;
269 thumbrecess_topcurve_r = 5.0;
270
271 prop_recess_under = 0.50;
272 prop_recess_slop = 0.200; // each side
273 prop_end_dia = 0.5;
274 prop_main_th = 3;
275 prop_taper_len = 6;
276 prop_main_width = 4;
277 prop_side_gap = 0.75; // each side
278 prop_lidrecess_behind = 0.75;
279 prop_caserecess_behind = 0.75;
280 prop_caserecess_taper = 0.45; // one side only
281 prop_prop_gap = 0.5;
282 prop_prong_heel_slope = 0.5;
283
284 lid_fold_clearance_antislop = 0.5;
285
286 $button_leg_only = false;
287 $suppress_forward_holes = false;
288
289 // ---------- calculated ----------
290
291 phone_total_thick = phone_edge_thick;
292
293 phone_width =  (phone + bumper*2)[0];
294 phone_height = (phone + bumper*2)[1];
295
296 inside_br = [phone_width, -phone_height];
297
298 prop_prong_h = prop_main_th;
299
300 //echo(camera_pos_tl + bumper,
301 //     camera_pos_br + bumper);
302
303 // ----- could be changed -----
304 lid_buttoncover_gap = lid_gap_x;
305 lid_buttoncover_overlap = case_th_lip + keeper_gap_z_top;
306
307 //prop_lidrecess_depth = case_th_lid - prop_recess_under;
308
309 //prop_nose_len = case_th_lid - prop_recess_under;
310 //prop_recess_slope = tan(prop_max_angle); // bigger means steeper
311 //prop_recess_width = prop_main_th / cos(prop_max_angle) + prop_backfwd_gap;
312
313
314 epp0 = [0,0];
315 epp1 = [0, -phone_edge_thick];
316 epp2i = epp1; // conflated for FP4
317 epp2o = epp2i;
318 epp3 = epp2i + [10, 0];
319 epp5 = epp0 + [0,1] * (keeper_th_z + keeper_gap_z_top + case_lip);
320 epp4 = epp5 + [-1,0] * case_th_side;
321
322 kppe = [0,0];
323 kppd = kppe + [1,0] * keeper_inner_width;
324 kppc = kppd + [0,1] * keeper_th_z;
325 kppb = [ kppe[0] - keeper_th_x, kppc[1] ];
326 kppf = kppe - [0,1] * keeper_inner_height;
327 kppa = [ kppb[0], kppf[1] ];
328
329 lpp10 = [ epp5[0] + lid_gap_x, kppc[1] + lid_gap_z ];
330 lpp11 = [ lpp10[0],            epp5[1] + lid_gap_z ];
331
332 lpp14 = lpp10 + [1,0] * max(keeper_inner_width, lid_edgepart_width);
333 // exact x posn not very important; must extend past end of keeper
334
335 lpp15 = [ lpp14[0],
336           epp0[1] - phone_rim_depth + 1/2.5 * case_th_lid
337           + lid_screen_gap_extra ];
338 // ^ beam theory says to maximise force before contact,
339 //   the gap below the `beam' (the lid) must be 1/3
340 //   the thickness (ie the lid thickness) if the beam
341 //   is solid, or 1/2 if it has a top and bottom only.
342 //   ours is mostly solid.
343
344 lp_r12 = max(case_th_lid - (lpp11[1] - lpp15[1]),
345              case_th_lip);
346
347 lpp12 = [ epp4[0] + lp_r12,    lpp11[1] ];
348 lpp13 = [ lpp12[0],            lpp12[1] + lp_r12 ];
349
350 case_bottom_z = epp2o[1] - case_th_bottom;
351
352 // button profile
353 bppM = epp4 + [0,5];
354 bppN = [ bppM[0] + lid_buttoncover_thick, bppM[1] ];
355 bppR = [ bppN[0] + lid_buttoncover_gap, -button_cutout_depth ];
356 bppS = [ epp1[0], bppR[1] ];
357 bppQ = [ bppM[0], bppR[1] - lid_buttoncover_overlap ];
358 bppP = bppQ + [0,1] * lid_buttoncover_gap;
359 bppO = [ bppN[0], bppP[1] ];
360 bppL = lpp10 + [5,0];
361 bppK = [ bppL[0], bppN[1] ];
362 bppJ = [ bppN[0], bppL[1] ];
363 bppU = [ bppJ[0], lpp12[1] ];
364 bppV = lpp11;
365 bppW = lpp10;
366
367 echo("BUTTON COVER TH", bppO[0] - bppP[0]);
368
369 // notification led aperture
370
371 nla_r0 = led_aperture/2;
372 nla_r1 = nla_r0 + led_window_ledge;
373 nla_r2 = nla_r1 + multicolour_gap;
374 nla_t =
375   led_window_style >= 3 ? initial_layer_thick :
376   led_window_style >= 2 ? led_window_ledge : 0;
377
378
379 // hinge plan
380 hp_rn = hingescrew_nut_access_dia/2;
381 hp_r2_min = hp_rn + lever_cover_th;
382 hp_rs = hingescrew_shaft_dia/2;
383 hp_r1_min = hp_rs + hingemount_th;
384
385 hp_r1 = max(hp_r1_min, hp_r2_min);
386 hp_r2 = hp_r1;
387
388 hppU = lpp13;
389 hppS = epp2o + [0,-1] * case_th_bottom;
390 hp_k = 0.5 * (hppU[1] - hppS[1] + foldover_gap);
391
392 hppM = [ epp4[0] - foldover_lever_gap - hp_r2,
393          0.5 * (hppU + hppS)[1] ];
394 hppT = [ hppM[0], hppU[1] - hp_r1 ];
395 hppB = hppT + [0,-1] * hp_k;
396
397 hppE_y = epp2o[1] - case_th_bottom + hp_r1;
398 hppE_x = hppB[0] + (hppB[1] - hppE_y) * hinge_base_slope;
399 hppE = [ hppE_x, hppE_y ];
400
401 // hinge elevation x coords
402
403 hex20 = max(epp2o[0],
404             phone_cnr_rad,
405             kppd[0] + hingescrew_head_th + keeper_gap_x_holes);
406 hex21 = hex20 + hingemount_wd;
407 hex22 = hex21 + hinge_x_gap;
408 hex27 = hex20 + hingescrew_shaft_len;
409 hex24 = hex27 + hinge_x_postscrew_gap;
410 hex23 = hex27 - (hingescrew_nut_thick*2
411                  + hingescrew_fasteners_extra_thick);
412 hex26 = hex23 + hingescrew_nut_thick * 2/3;
413
414 //echo(hex20, hex21, hex22, hex23, hex24);
415 ////  6, 10.8725, 10.9975, 13.74, 18.75
416 //module chk(act,exp) {
417 //  if (abs(act-exp) > 1e-9) echo("WRONG", act, exp);
418 //  else echo("ok", act);
419 //}
420 //chk(hex20, 6);
421 //chk(hex21, 10.8725);
422 //chk(hex22, 10.9975);
423 //chk(hex23, 13.74);
424 //chk(hex24, 18.75);
425
426 lid_fold_clearance_skew =
427   (lpp10[1] - hppB[1]) /
428   (lpp10[0] - hppB[0]);
429
430 echo("SK",lid_fold_clearance_skew);
431
432 // thumb recess (used to be "catch" hence cpp*
433
434 cppA = epp4 + [thumbrecess_depth, 0];
435 cppB = [ cppA[0], epp1[1] ];
436
437 // lanyard
438
439 ly_r = lanyard_half_dia / 2;
440 ly_rc = ly_r * 2;
441
442 ly_theta = 90;
443 ly_o = epp2i + 3 * ly_r * [0,1];
444
445 max_case_bottom_edge_thickness =
446   case_th_bottom;
447
448 ly_q_z = -(ly_rc + ly_r);
449 ly_re = max_case_bottom_edge_thickness - (-ly_q_z);
450
451 ly_oec_y = lanyard_entry_rel_breadth * ly_r;
452
453 // prop recess in case
454
455 prop_x_pos = phone_width/2;
456
457 prop_recess_hw = 0.5 * prop_main_width + prop_side_gap;
458
459 prc_r1 = prop_end_dia/2;
460 prc_r3 = prc_r1 + prop_recess_slop;
461
462 prcp2 = [ epp4[0] + prop_buildout_less,
463           case_bottom_z ];
464
465 prop_caserecess_buildout_r = -1; // prcp2[0] - epp2o[0];
466
467 prcp1 = [ epp2o[0] + prc_r3 + prop_caserecess_behind,
468           epp2i[1] - prc_r3 - prop_recess_under];
469
470 // prop recess in lid
471
472 prl_r10 = prop_end_dia/2;
473 prl_r10o = prl_r10 + prop_recess_slop;
474
475 prlp10 = lpp10 + [1,1] * prl_r10o
476   + [1,0] * prop_lidrecess_behind
477   + [0,1] * prop_recess_under;
478
479 // prop
480
481 $prpp10 = [0,0];
482 $prpp11 = [0, prop_taper_len];
483
484 $prp_r10 = prl_r10;
485
486 // ---------- modules ----------
487
488 module AdhocMultiprintFrame(phase, z0, zs) {
489   // from z0 to z0 + zs*layer
490   extra = phase * (initial_layer_width + multicolour_gap) + 5;
491   xextra = extra + -epp4[0];
492   xrange = [ 0, phone_width ] + [-1,+1] * xextra;
493   yextra = extra + -epp4[0];
494   yrange = [ -phone_height + +hppB[0] - hp_r2, 0 ] + [-1,+1] * yextra;
495   p0 = [ xrange[0], yrange[0] ];
496   p1 = [ xrange[1], yrange[1] ];
497   echo(p0, p1);
498   translate([0,0, z0])
499     mirror([0,0, zs<0 ? 1 : 0])
500     linear_extrude(height= initial_layer_thick)
501     difference(){
502       rectfromto(p0 - [1,1] * initial_layer_width,
503                  p1 + [1,1] * initial_layer_width);
504       rectfromto(p0, p1);
505     }
506 }
507
508 module KeeperProfile(fatter, slant=0){
509   use_e = kppe + [0,-1] * slant * keeper_inner_width / keeper_slant_slope;
510   polygon([use_e + [+1,-1] * fatter,
511            kppd  + [ 0,-1] * fatter,
512            kppc,
513            kppb,
514            kppa,
515            kppf  + [+1, 0] * fatter
516            ]);
517 }
518
519 module EdgeProfile(){
520   difference(){
521     hull(){
522       translate(epp3) square(case_th_bottom*2, center=true);
523       circleat(epp2o, r=case_th_bottom);
524       circleat(epp1, r=case_th_side);
525       rectfromto(epp0, epp4);
526     }
527     polygon([ epp5 + [0,10],
528               epp1,
529               epp3 + [10,0] ]);
530   }
531 }
532
533 module LanyardLanyardProfile(entry=false){
534   hull(){
535     for (xs=[-1,+1] * (entry ? lanyard_entry_rel_breadth : 1))
536       translate(xs * 0.5 * lanyard_half_dia * [1,0])
537         circle(r= lanyard_half_dia/2);
538   }
539 }
540
541 module LanyardCurveChannelProfile(){
542   translate([0, -ly_r])
543     LanyardLanyardProfile();
544 }  
545
546 module LanyardEntryChannelProfile(){
547   LanyardLanyardProfile(true);
548 }  
549
550 module LanyardMainChannelProfile(){
551   LanyardCurveChannelProfile();
552   difference(){
553     square(center=true, ly_r * [6, 2]);
554     for (xs=[-1,+1])
555       translate(ly_r * [3 * xs, -1])
556         circle(r = ly_r);
557   }
558 }
559
560 module LanyardEntryOuterProfile(){
561   circleat([ly_re + ly_r, 0], ly_re);
562 }
563
564 module LanyardEntry(){
565   q_z = ly_q_z;
566   oec_y = ly_oec_y;
567
568   d_x = -ly_rc;
569
570   translate([d_x, 0, q_z]) {
571     intersection(){
572       rotate([90,0,0])
573         rotate_extrude(convexity=10)
574         rotate(90)
575         translate([0, -q_z])
576         LanyardCurveChannelProfile();
577       translate([0,-10,0])
578         cube([20,20,20]);
579     }
580   }
581
582   mirror([0,0,1])
583     translate([0,0,-1])
584     linear_extrude(height=20)
585     rotate(-90)
586     LanyardEntryChannelProfile();
587
588   translate([0, ly_r*2, 0])
589     rotate([90,0,0])
590     linear_extrude(height = ly_r*4){
591     difference(){
592       rectfromto([d_x, q_z], [ly_r, 0]);
593       circleat([d_x, q_z], ly_rc);
594     }
595   }
596
597   translate([0,0,q_z]){
598     for (my=[0,1])
599       mirror([0,my,0]){
600         translate([0, oec_y, 0]){
601           difference(){
602             translate(ly_re * [-1,0,-2])
603               cube(ly_re * [2,1,2]);
604             rotate_extrude(convexity=10)
605               LanyardEntryOuterProfile();
606           }
607         }
608       }
609     difference(){
610       translate([-ly_re, -(oec_y + 0.01), -2*ly_re])
611         cube([ly_re*2, 2*(oec_y + 0.01), 2*ly_re]);
612       for (mx=[0,1])
613         mirror([mx,0,0])
614           rotate([90,0,0])
615           translate([0,0,-10])
616           linear_extrude(height=20)
617           LanyardEntryOuterProfile();
618     }
619   }
620 }
621
622 module LanyardCutout(l){
623   rotate([0,-90,0])
624     linear_extrude(height=l)
625     rotate(-90)
626     LanyardMainChannelProfile();
627
628   for (ee=[0,1]){
629     translate(ee * l * [-1,0])
630       mirror([ee,0,0])
631       LanyardEntry();
632   }
633 }
634
635 module LidEdgeProfile(){
636   polygon([ lpp10,
637             lpp11,
638             lpp12,
639             lpp13,
640             lpp13 + [10, 0],
641             lpp15 + [10, 0],
642             lpp15,
643             lpp14,
644             ]);
645   intersection(){
646     circleat(lpp12, r=lp_r12);
647     rectfromto( lpp12 + [-10,   0],
648                 lpp12 + [+10, +10] );
649   }
650 }
651
652 module LidEdgeFoldClearanceProfile(){
653   translate([-lid_fold_clearance_antislop, 0])
654     polygon([ lpp10,
655               lpp11,
656               lpp11 + [-20,  0],
657               lpp11 + [-20, 20],
658               lpp11 + [+20, 20],
659               lpp10 + [+20,  0] ]);
660 }
661
662 module ButtonCoverProfile(){
663   intersection(){
664     polygon(concat([ bppM, bppP, bppO, bppJ ],
665                    (enable_support && !$button_suppress_over_keeper
666                     ? [ bppU, bppV, bppW ] : []),
667                    [ bppL, bppK ]));
668     hull(){
669       EdgeProfile();
670       LidEdgeProfile();
671     }
672   }
673 }
674
675 module ButtonPlan(l, deep, cut){
676   epsilon =
677     (cut  ? 0 : lid_buttoncover_gap);
678
679   delta =
680     (deep ? lid_buttoncover_overlap : 0);
681
682   C = [0,0]; // by definition
683   T = [ 0, epp4[1] ];
684   G = T + [0,10];
685
686   B0 = C + [0,-1] * button_cutout_depth;
687   B1 = B0 + [0,1] * epsilon;
688
689   r0 = 0.5 * (T[1] - B0[1]);
690   A = [  -(l + button_l_fudge)/2 + r0, 0.5 * (T[1] + B0[1]) ];
691   H = A + [0,-1] * delta;
692
693   D = A + [-2,0] * r0;
694   F = D + [0,10];
695
696   E0 = 0.5 * (D + A);
697   E1 = E0 + [1,0] * epsilon;
698
699   I0 = [ E0[0], H[1] ];
700   I1 = [ E1[0], H[1] ];
701
702   hull(){
703     for (m=[0,1]) mirror([m,0])
704       circleat(H, r0 - epsilon);
705   }
706   for (m=[0,1]) mirror([m,0]) {
707     difference(){
708       polygon([ E1,
709                 I1,
710                 H,
711                 B1,
712                 G,
713                 F,
714                 D
715                 ]);
716       circleat(D, r0 + epsilon);
717     }
718   }
719 }
720
721 module ButtonCoverReinf(){ ////toplevel
722   minkowski(){
723     rotate([90,0,0])
724       linear_extrude(height=0.01)
725       intersection(){
726         ButtonCoverProfile();
727         translate([bppJ[0] + 0.1, -50]) mirror([1,0])
728           square([100,100]);
729     }
730     mirror([0,0,1]) linear_extrude(height=0.01) intersection(){
731       circle(r= lid_buttoncover_reinf);
732       translate([-20,0]) square(40, center=true);
733     }
734   }
735 }
736
737 module ThumbRecessCutProfile(){
738   difference(){
739     polygon([ cppA + [-10,0],
740               cppB + [-10,0],
741               cppB,
742               cppA ]);
743     circleat(epp1, r=case_th_side);
744   }
745 }
746
747 module Flip_rhs(yn=[0,1]) {
748   for ($rhsflip=yn) {
749     translate([phone_width/2, 0, 0])
750       mirror([$rhsflip,0,0])
751       translate([-phone_width/2, 0, 0])
752       children();
753   }
754 }
755
756 module Flip_bot(yn=[0,1]) {
757   for ($botflip=yn) {
758     translate([0, -phone_height/2, 0])
759       mirror([0, $botflip, 0])
760       translate([0, phone_height/2, 0])
761       children();
762   }
763 }  
764
765 module AroundEdges(fill_zstart, fill_th, fill_downwards=0){
766   // sides
767   Flip_rhs(){
768     translate([0, -phone_cnr_rad, 0])
769       rotate([90,0,0])
770       linear_extrude(height = phone_height - phone_cnr_rad*2)
771       children(0);
772   }
773   // corners
774   Flip_rhs() Flip_bot() {
775     translate([+1,-1] * phone_cnr_rad)
776       intersection(){
777         rotate_extrude()
778           intersection(){
779             mirror([1,0,0])
780               translate([-1,0] * phone_cnr_rad)
781               children(0);
782             rectfromto([0,-20],[10,20]);
783           }
784         translate([-10, 0, -20] + 0.01 * [+1,-1, 0] )
785           cube([10,10,40]);
786       }
787   }
788   // top and bottom
789   Flip_bot(){
790     translate([ phone_width - phone_cnr_rad, 0,0 ])
791       rotate([90,0,-90])
792       linear_extrude(height = phone_width - phone_cnr_rad*2)
793       children(0);
794   }
795   // fill
796   translate([0,0, fill_zstart])
797     mirror([0,0, fill_downwards])
798     linear_extrude(height = fill_th)
799     rectfromto([+1,-1] * phone_cnr_rad,
800                [phone_width, -phone_height] + [-1,+1] * phone_cnr_rad);
801 }
802
803 module CaseAperture(pos, dia, $fn, topbottom=0) {
804   theta = 180/$fn;
805   translate([ bumper[0],
806               -epp2i[0],
807                0 ])
808     rotate([0,0, 90*topbottom])
809     translate([ pos[0] * (topbottom>0 ? -1 : +1), 0, -pos[1] ])
810     rotate([-90, theta, 0])
811     cylinder(r = dia/2 / cos(theta),
812              h = 60);
813 }
814
815 module SideButton(y, y_ref_sign, l, suppress_over_keeper=0){
816   // y_ref_sign:
817   //   +1  measured from top    of actual phone to top    of button
818   //   -1  measured from bottom of actual phone to bottom of button
819   //    0  y is centre of button in coordinate system
820   $button_l= l;
821   $button_suppress_over_keeper= suppress_over_keeper;
822   eff_y = y_ref_sign > 0 ?         -bumper [1] -y -l/2 :
823           y_ref_sign < 0 ? (-phone -bumper)[1] +y +l/2 :
824           y;
825   //echo(eff_y);
826   translate([0, eff_y, 0])
827     children();
828 }
829
830 module LidButtonishLeg(y, y_ref_sign, l=buttonishleg_default_l_is_fudge) {
831   $button_leg_only = true;
832   SideButton(y, y_ref_sign, l) children();
833 }
834
835 module Buttons(){
836   Flip_rhs(1) SideButton(30.320, +1, 22.960  ) children(); // volume
837   Flip_rhs(1) SideButton(64.220, +1, 14.500  ) children(); // power
838   Flip_rhs(1) LidButtonishLeg(14, -1) children();
839   Flip_rhs(0) LidButtonishLeg(21, -1) children();
840   Flip_rhs(0) LidButtonishLeg(21, +1) children();
841 }
842
843 module Struts(x_start, z_min, th){
844   // if th is negative, starts at z_min and works towards -ve z
845   // and object should then be printed other way up
846   for (i= [1 : 1 : case_struts_count]) {
847     translate([0,
848                0,
849                z_min])
850       mirror([0,0, th<0 ? 1 : 0])
851       translate([0,
852                  -phone_height * i / (case_struts_count+1),
853                  case_struts_solid_below])
854       linear_extrude(height= abs(th)
855                      -(case_struts_solid_below+case_struts_solid_above))
856       rectfromto([               x_start, -0.5 * case_struts_width ],
857                  [ phone_width - x_start, +0.5 * case_struts_width ]);
858   }
859 }
860
861 module OrdinaryRearAperture(rhs,bot, pos){
862   Flip_rhs(rhs) Flip_bot(bot)
863     linextr(-20, 20)
864     mirror([0,1])
865     translate(pos + bumper)
866     children();
867 }
868
869 module MicroUSBEtc(){
870   Flip_bot(1){
871     rotate([90,0,0])
872       mirror([0,0,1])
873       linextr(-epp2i[0], 60)
874       translate([0.5 * phone_width, 0, 0])
875       rectfromto([-microusb_width/2, epp2i[1] + microusb_below],
876                  [+microusb_width/2, epp0[1] + -microusb_above]);
877   }
878 }
879
880 module OrdinaryBottomEdgeApertures(){
881   Flip_bot(1)
882     CaseAperture(mainmic_pos, mainmic_dia, 8);
883
884   Flip_bot(1) Flip_rhs(1) {
885     linextr_y_xz(-epp2i[0], 60)
886       hull()
887       for (x= [-1,+1]) {
888         translate([ -bottomspeaker_pos[0], -bottomspeaker_pos[1] ] +
889                   [ 0.5 * x * bottomspeaker_size[0] - bottomspeaker_size[1],
890                     0 ])
891           rotate(360/16)
892           circle(r = bottomspeaker_size[1], $fn = 8);
893       }
894   }
895 }
896
897 module OrdinaryRearApertures(){
898   // rear speaker
899   //  OrdinaryRearAperture(1,1, rearspeaker_pos_bl)
900   //    rectfromto(-rearspeaker_gap,
901   //           rearspeaker_size + rearspeaker_gap);
902 }
903
904 module NotInTestFrameRearApertures(){
905   // finger hole to remove phone
906   if (len(fingerpushhole_dias))
907     OrdinaryRearAperture(0,0, [ fingerpushhole_dias[0] + epp2i[0],
908                                 phone[1]/2 ])
909     scale(fingerpushhole_dias)
910     circle(r= 0.5 );
911 }
912
913 module RearCameraAperture(){
914   Flip_rhs(1)
915     mirror([0, 0, 1])
916     translate([0,0,0])
917     hull() // there is some kind of bug if hull() is done in 2D here!
918     linear_extrude(height = 20)
919     mirror([0, 1, 0])
920     translate(bumper)
921     translate(camera_pos_tl)
922     for (xy = [ [0,0], [0,1], [1,0] ]) {
923       translate(
924           camera_edge_rad * [1,1] +
925           xy * (camera_sz - camera_edge_rad * 2)
926                 )
927         circle(r = camera_edge_rad);
928     }
929 }
930
931 module HingeLidProfile(){
932   hull(){
933     circleat(hppT, hp_r1);
934     circleat(lpp12, lp_r12);
935     polygon([lpp10,
936              lpp13 + [2,0],
937              lpp12,
938              hppT]);
939   }
940 }
941
942 module HingeBaseProfile(){
943   difference(){
944     hull(){
945       circleat(hppB, hp_r1);
946       circleat(hppE, hp_r1);
947       circleat(epp2o, case_th_bottom);
948       circleat(hppB + [10,0], hp_r1);
949     }
950     polygon([epp5, epp1, epp3, bppL]);
951   }
952 }
953
954 module HingeLeverOuterProfile(){
955   hull(){
956     circleat(hppT, hp_r2);
957     circleat(hppB, hp_r2);
958   }
959 }
960
961 module HingeLeverInnerProfile(){
962   for (s = [-1,+1]) {
963     c = s > 0 ? hppT : hppB;
964     translate(c)
965       mirror([0,0, s>0 ? 1 : 0])
966       rotate(s<0 ? -40 : 0)
967       hull()
968       for (x=[-20,20])
969         for (y=[0, s * 10])
970           translate([x,y])
971             circle(hp_rn);
972   }
973 }
974
975 module HingeLeverNutProfile(){
976   for (c= [hppB, hppT]) {
977     translate(c)
978       circle($fn=6, r= 0.5 * hingescrew_nut_across / cos(30));
979   }
980 }
981
982 module Flip_hinge(doflip=1){
983   hinge_origin = [0, -(phone_height - hppB[0]), hppB[1]];
984   translate(hinge_origin)
985     rotate([doflip*180,0,0])
986     translate(-hinge_origin)
987     children();
988 }
989
990 module HingePortion(x0,x1){
991   Flip_rhs() Flip_bot(1)
992     translate([x0,0,0])
993     mirror([1,0,0])
994     rotate([90,0,-90])
995     linear_extrude(height=x1-x0)
996     children();
997 }
998
999 module ThumbRecessApply(ztop){
1000   width = thumbrecess_width;
1001   w = width + thumbrecess_topcurve_r*2 + 1;
1002   translate([phone_width/2, 0,0]){
1003     difference(){
1004       rotate([90,0,-90])
1005         linextr(-w/2, w/2)
1006         children(0);
1007       translate([0, 50, 0])
1008         rotate([90,0,0])
1009         linear_extrude(height=100){
1010         for (m=[0,1]) mirror([m,0,0]) {
1011           hull(){
1012             translate([w/2, ztop - thumbrecess_topcurve_r])
1013               circle(thumbrecess_topcurve_r);
1014             translate([w/2, -50])
1015               square(thumbrecess_topcurve_r*2, center=true);
1016           }
1017         }
1018       }
1019     }
1020   }
1021 }
1022
1023 module CaseBase(){
1024   AroundEdges(epp3[1], case_th_bottom, 1)
1025     EdgeProfile();
1026 }
1027
1028 function prop_x(gamma) = hp_k / (2 * sin(gamma/2)) - hppT[0];
1029
1030 module PropProfileAssignments(gamma){
1031   // https://en.wikipedia.org/wiki/Solution_of_triangles#Two_sides_and_the_included_angle_given_(SAS)
1032   x = prop_x(gamma);
1033   p = phone_height + prlp10[0] - hppB[0];
1034   b = p + x;
1035
1036   q = phone_height - hppT[0] - prcp1[0]; // $prpp7[0] is 0 by definition
1037   a = q + x;
1038   c = sqrt(a*a + b*b - 2*a*b*cos(gamma));
1039   $prp_alpha = acos( (b*b + c*c - a*a) / (2*b*c) );
1040
1041   $prp_theta = 90 - $prp_alpha;
1042   beta = 180 - $prp_alpha - gamma;
1043   psi = 90 - beta;
1044
1045   //echo("abc", a,b,c);
1046
1047   v1 = [ [ cos(psi), -sin(psi) ],    // x
1048          [ sin(psi),  cos(psi) ] ];  // y
1049
1050   $prpp7 = [0, c + (lpp13[1] - $prpp10[1] - hp_k) ];
1051
1052   $prp_r1 = prc_r1;
1053   $prp_r11 = prop_main_th/2;
1054
1055   $prpp1 = $prpp7 + [1,0] *
1056     // this is approximate, but will do
1057     (prop_main_th/2 + prop_prop_gap + prcp1[0] - cppA[0]);
1058   $prpp3 = $prpp1 +
1059     v1[0] * -$prp_r1 +
1060     v1[1] * ((prcp2[1] - prcp1[1]) - prop_prop_gap);
1061   $prpp12 = $prpp3 + v1[0] *
1062     (prop_end_dia + prop_caserecess_taper * ($prpp1[1] - $prpp3[1]));
1063   $prp_r8 = prop_main_th;
1064   $prpp4 = [ prop_main_th/2, $prpp3[1] ];
1065   $prp_r5 = $prp_r8;
1066   $prpp5 = [ $prpp12[0] - $prp_r5,
1067             $prpp3[1] - prop_prong_h + $prp_r5 ];
1068   $prpp6 = $prpp4 + [0,-1] * (prop_prong_h +
1069          prop_prong_heel_slope * ($prpp5[0] - $prpp4[0]));
1070   $prpp8 = $prpp4 + [0,-1] * $prp_r8;
1071   $prpp9 = $prpp8 + [-1,0] * $prp_r8;
1072
1073   children();
1074 }
1075
1076 module PropProfile(gamma, cut=0, rot=0){
1077   PropProfileAssignments(gamma){
1078
1079     //#circleat($prpp3,1);
1080     //#circleat($prpp12,1);
1081
1082     if (!cut) {
1083       hull(){
1084         translate($prpp8)
1085           intersection(){
1086             circle($prp_r8);
1087             polygon([[-20,-0], [20,20], [0,0]]);
1088           }
1089         rectfromto($prpp6, $prpp9);
1090         translate($prpp5) intersection(){
1091           circle($prp_r5);
1092           polygon([[-10,-10], [0,0], [10,0]]);
1093         }
1094         rectfromto($prpp12 + [0,-0.1], $prpp3);
1095       }
1096       hull(){
1097         circleat($prpp1, $prp_r1);
1098         rectfromto($prpp12 + [0,-0.1], $prpp3);
1099       }
1100     }
1101     // main shaft
1102     rotate([0,0, rot*-$prp_theta]){
1103       hull(){
1104         extra = cut ? prop_recess_slop : 0;
1105         rectfromto($prpp6, $prpp9);
1106         circleat($prpp11, $prp_r11 + extra);
1107         circleat($prpp10, $prp_r10 + extra);
1108       }
1109     }
1110   }
1111 }
1112
1113 module PropAggregateProfile(){
1114   for (angle = prop_angles)
1115     PropProfile(angle, 0,0);
1116 }
1117
1118 module Prop(){ ////toplevel
1119   hw = prop_main_width/2;
1120   linextr(-hw, +hw)
1121     PropAggregateProfile();
1122 }
1123
1124 module Case(){ ////toplevel
1125   difference(){
1126     union(){
1127       CaseBase();
1128
1129       // ledge (fixed keeper)
1130       Flip_rhs(1-keeper_side) intersection(){
1131         rotate([90, 0, 0])
1132           linear_extrude(height = phone_height + phone_cnr_rad * 2)
1133           KeeperProfile(fatter=0, slant=1);
1134
1135         // outline of the whole case, to stop it protruding
1136         translate([0,0, -25])
1137           linear_extrude(height = 50)
1138           hull()
1139           Flip_bot()
1140           circleat([+1,-1] * phone_cnr_rad, phone_cnr_rad + case_th_side/2);
1141       }
1142
1143       // hinge
1144       HingePortion(hex20, hex21) HingeBaseProfile();
1145
1146       // buildout for prop recess
1147       if (prop_caserecess_buildout_r > 0) Flip_rhs(1)
1148         linextr(case_bottom_z, epp2i[1])
1149         hull() {
1150           for (dxs = [-1,+1])
1151             circleat([ prop_x_pos + dxs * prop_caserecess_buildout_r,
1152                        -epp2o[0] ],
1153                      r = epp2o[0] - prcp2[0]);
1154         }
1155     }
1156
1157     // slot for keeper
1158     Flip_rhs(keeper_side)
1159       translate([0, -phone_cnr_rad, 0])
1160       rotate([90, 0, 0])
1161       linear_extrude(height = phone_height + phone_cnr_rad * 2)
1162       minkowski(){
1163         KeeperProfile(fatter=keeper_fatter_hole);
1164         rectfromto([ -keeper_gap_x,    -keeper_gap_z_bot ],
1165                    [ keeper_gap_x_holes,    +keeper_gap_z_top ]);
1166       }
1167
1168     // front camera
1169     RearCameraAperture();
1170
1171     // struts (invisible, because they're buried in the case)
1172     Struts(epp2i[0], epp2i[1] - case_th_bottom, case_th_bottom);
1173
1174     Buttons(){
1175       mirror([1,0,0])
1176         rotate([90,0,90]) {
1177           if (!($button_leg_only && enable_support))
1178           intersection(){
1179             translate([0,0,-10])
1180               linear_extrude(height= 20)
1181               ButtonPlan($button_l, 0,1);
1182             if ($button_leg_only)
1183               rotate([-90,90,0])
1184                 translate([phone_width/2, -400, kppe[1]])
1185                 mirror([1-abs($rhsflip - keeper_side),0,0])
1186                 cube([400, 800, 50]);
1187             if (enable_support && !$button_suppress_over_keeper)
1188               rotate([-90,90,0])
1189               translate([-400, -400, kppd[1]])
1190                 mirror([0,0,1])
1191                 cube([800,800,100]);
1192           }
1193           translate([0,0, -bppR[0]])
1194             linear_extrude(height= 20)
1195             ButtonPlan($button_l, 1,1);
1196         }
1197       
1198     }
1199
1200     // apertures along top edge
1201     if (!$suppress_forward_holes) {
1202       // CaseAperture(jack_pos, jack_dia, 8);
1203       Flip_rhs(1)
1204         CaseAperture(noisecancelmic_pos, noisecancelmic_dia, 8);
1205       CaseAperture(lhshole_pos, noisecancelmic_dia, 8, 1);
1206     }
1207
1208     OrdinaryBottomEdgeApertures();
1209
1210     OrdinaryRearApertures();
1211     NotInTestFrameRearApertures();
1212
1213     MicroUSBEtc();
1214
1215     // gaps for the lid's hinge arms
1216     HingePortion(hex20 - hinge_x_arms_gap,
1217                  hex21 + hinge_x_arms_gap)
1218       minkowski(){
1219         HingeLidProfile();
1220         circle(r= hinge_r_arms_gap, $fn= 8);
1221       }
1222
1223     // screw holes in the hinge arms
1224     HingeScrews();
1225
1226     // thumb recess
1227     ThumbRecessApply(epp4[1])
1228       ThumbRecessCutProfile();
1229
1230     // lanyard
1231     Flip_bot(1)
1232       translate([ly_o[0], -(phone_cnr_rad + ly_re), ly_o[1]])
1233       rotate([0, ly_theta, 0])
1234       rotate([0,0,90])
1235       LanyardCutout(lanyard_channel_len);
1236
1237     // prop recess
1238     Flip_rhs(1)
1239       translate([prop_x_pos,0,0])
1240       mirror([0,1,0])
1241       rotate([90,0,90])
1242       linextr(-prop_recess_hw, +prop_recess_hw)
1243       hull(){
1244         for (d=[ [0,0], [0,-1], [+1,-1/prop_caserecess_taper] ])
1245           circleat(prcp1 + 20*d,
1246                    prc_r3);
1247       }
1248   }
1249 }
1250
1251 module LidAdhocMultiprintFrame(phase){
1252   if (led_window_style >= 3) {
1253     AdhocMultiprintFrame(phase, lpp13[1], -1);
1254   }
1255 }
1256
1257 module LidAroundEdges(){
1258   AroundEdges(lpp15[1], lpp13[1] - lpp15[1], 0)
1259     children();
1260 }
1261
1262 module Lid(){ ////toplevel
1263   skew_centre = [0, lpp11[0], lpp11[1]];
1264   difference(){
1265     union(){
1266       intersection(){
1267         LidAroundEdges()
1268           LidEdgeProfile();
1269
1270         translate(skew_centre)
1271           multmatrix([[ 1, 0, 0, 0 ],
1272                       [ 0, 1, -lid_fold_clearance_skew, 0 ],
1273                       [ 0, 0, 1, 0 ],
1274                       [ 0, 0, 0, 1 ]])
1275           translate(-skew_centre)
1276           LidAroundEdges()
1277           LidEdgeFoldClearanceProfile();
1278       }
1279
1280       // button covers
1281       Buttons(){
1282         intersection(){
1283           rotate([90,0,90])
1284             translate([0,0,-10])
1285             linear_extrude(height= 20)
1286             ButtonPlan($button_l, 1,0);
1287           union(){
1288             rotate([90,0,0])
1289               translate([0,0,-100])
1290               linear_extrude(height= 200)
1291               ButtonCoverProfile();
1292             hull()
1293               for (y= [-1,+1] * (($button_l + button_l_fudge)/2
1294                                  - lid_buttoncover_reinf))
1295                 translate([0,y,0])
1296                   ButtonCoverReinf();
1297           }
1298         }
1299       }
1300
1301       // hinge arms
1302       HingePortion(hex20, hex21) {
1303         LidEdgeProfile();
1304         HingeLidProfile();
1305       }
1306     }
1307     Struts(lpp10[0] + strut_min_at_end, lpp13[1], -case_th_lid);
1308
1309     // screw holes in the hinge arms
1310     HingeScrews();
1311
1312     // prop recess
1313     translate([prop_x_pos, -prlp10[0], prlp10[1]])
1314       mirror([0,1,0])
1315       rotate([90,0,90])
1316       linextr(-prop_recess_hw, +prop_recess_hw)
1317       hull()
1318       for (pa = prop_angles)
1319         PropProfile(pa, 1,1);
1320
1321     // notification led aperture
1322     if (led_window_style)
1323       translate([led_pos[0], -led_pos[1], lpp13[1]]) {
1324         translate([0,0,-10])
1325           cylinder(r=nla_r0, h=20);
1326         if (led_window_style >= 2)
1327           translate([0,0, -nla_t])
1328             cylinder(r=nla_r2, height=20);
1329       }
1330
1331     }
1332
1333   LidAdhocMultiprintFrame(1);
1334 }
1335
1336 module HingeLever(){ ////toplevel
1337   difference() {
1338     // outer body, positive
1339     HingePortion(hex22, hex22 + phone_width/2)
1340       HingeLeverOuterProfile();
1341
1342     // space for the screws
1343 //    HingePortion(hex26, hex24)
1344 //      HingeLeverInnerProfile();
1345
1346     // recesses for the nuts
1347 //    HingePortion(hex23, hex26+1)
1348 //      HingeLeverNutProfile();
1349
1350     // bores for the screws
1351     HingeScrews();
1352
1353     // space for the charging cable and speaker and micc apertures
1354     hull() {
1355       for (x = [-1,+1]) {
1356         multmatrix([[ 1,0,
1357
1358                      x
1359                      * ( (hex24 + hinge_over_nut_plate) -
1360                          (phone_width/2 - microusb_width/2)
1361                         )
1362                      / ( (epp0[1] - microusb_above)
1363                          -
1364                          (hppB[1] - hp_r2) ),
1365
1366                      x * (epp0[1] - microusb_above)
1367
1368                       ],
1369                     [ 0,1,0, 0 ],
1370                     [ 0,0,1, 0 ]]) {
1371           union(){
1372             MicroUSBEtc();
1373             Flip_hinge() MicroUSBEtc();
1374           }
1375         }
1376       }
1377     }
1378   }
1379 }
1380
1381 module LidWindow(){ ////toplevel
1382   translate([led_pos[0], -led_pos[1], lpp13[1]])
1383     mirror([0,0,1])
1384     cylinder(r= nla_r1, h=nla_t);
1385   LidAdhocMultiprintFrame(0);
1386 }
1387
1388 module LidWindowPrint(){ ////toplevel
1389   rotate([0,180,0])
1390     LidWindow();
1391 }
1392
1393 module DemoLidWindowSelect(){
1394   translate([led_pos[0], led_pos[1], -100]) {
1395     translate([0, -30, 0]) cube([400, 400, 200]);
1396   }
1397 }
1398
1399 module DemoLidWindow(){ ////toplevel
1400   %Lid();
1401   LidWindow();
1402   translate([0,40,0]){
1403     color("blue") intersection(){ Lid(); DemoLidWindowSelect(); }
1404     color("red") intersection(){ LidWindow(); DemoLidWindowSelect(); }
1405   }
1406 }
1407
1408 module HingeLeverPrint(){ ////toplevel
1409   rotate([-90,0,0])
1410     translate([-phone_width/2, phone_height, 0])
1411     HingeLever();
1412 }
1413
1414 module TestSelectLength(){
1415   translate([-30, -200, -20])
1416     cube([30 + 15, 250, 40]);
1417 }
1418
1419 module TestLength(){ ////toplevel
1420   intersection(){
1421     Case();
1422     TestSelectLength();
1423   }
1424 }
1425
1426 module TestLengthRight(){ ////toplevel
1427   intersection(){
1428     Case();
1429     Flip_rhs(1)
1430       TestSelectLength();
1431   }
1432 }
1433
1434 module TestSelectWidth(){
1435   translate([-30, -(phone_height - 25), -20])
1436     mirror([0, 1, 0])
1437     cube([200, 50, 40]);
1438 }
1439
1440 module TestWidth(){ ////toplevel
1441   intersection(){
1442     Case();
1443     TestSelectWidth();
1444   }
1445 }
1446
1447 module TestLidWidthPrint(){ ////toplevel
1448   rotate([0,180.0]) intersection(){
1449     Lid();
1450     TestSelectWidth();
1451   }
1452 }
1453
1454 module TestSelectRearAperture(){
1455   minkowski(){
1456     union() children();
1457     translate([20, 0,0])
1458       cube([42, 2, 1], center=true);
1459   }
1460 }
1461
1462 module TestSelectCamera(){
1463   minkowski(){
1464     TestSelectRearAperture()
1465       RearCameraAperture();
1466     cube([0.1, 50, 0.1]);
1467   }
1468 }
1469
1470 module TestSelectOrdinaryRearApertures(){
1471   TestSelectRearAperture()
1472     OrdinaryRearApertures();
1473 }
1474
1475 module TestCamera(){ ////toplevel
1476   intersection(){
1477     Case();
1478     TestSelectCamera();
1479   }
1480 }
1481
1482 module TestLidByCamera(){ ////toplevel
1483   intersection(){
1484     Lid();
1485     TestSelectCamera();
1486   }
1487 }
1488
1489 module TestLidByCameraPrint(){ ////toplevel
1490   rotate([180,0,0]) TestLidByCamera();
1491 }
1492
1493 module DemoByCamera(){ ////toplevel
1494   color("blue") TestLidByCamera();
1495   color("red")  TestCamera();
1496 }
1497
1498 module OneKeeper(){ ////toplevel
1499   translate([0, -phone_cnr_rad, 0])
1500     rotate([90, 0, 0])
1501     linear_extrude(height = phone_height - phone_cnr_rad * 2)
1502     KeeperProfile(fatter=keeper_fatter);
1503 }
1504
1505 module OneKeeperPrint(){ ////toplevel
1506   rotate([0,180,0])
1507     OneKeeper();
1508 }
1509
1510 module LidPrint(){ ////toplevel
1511   rotate([0,180,0])
1512     Lid();
1513 }
1514
1515 module TestSelectFrame(){
1516   include = [1,-1] * (epp2i[0] + 4);
1517
1518   difference(){
1519     cube(1000, center=true);
1520     translate([0,0, -100])
1521       linear_extrude(height=200)
1522       rectfromto(include,  inside_br - include);
1523   }
1524
1525   for (i= [1,2]) {
1526     translate([ 0, -phone[1] * i/3, 0 ])
1527       cube(center=true, [1000, 4, 100]);
1528   }
1529 }
1530
1531 module TestSelectLidFrame(){
1532   TestSelectFrame();
1533   if (len(led_pos))
1534     translate([led_pos[0], -led_pos[1], -50])
1535     cylinder(r= nla_r2+3, h=100);
1536 }
1537
1538 module TestFrameCase(){ ////toplevel
1539   intersection(){
1540     Case();
1541     union(){
1542       TestSelectFrame();
1543       TestSelectCamera();
1544       TestSelectOrdinaryRearApertures();
1545     }
1546   }
1547 }
1548
1549 module TestSelectTopApertures(){
1550   translate([-100, -35, -100])
1551     cube([400, 100, 200]);
1552   LidAdhocMultiprintFrame(0);
1553   LidAdhocMultiprintFrame(1);
1554 }
1555
1556 module TestTopApertures(){ ////toplevel
1557   intersection(){
1558     Case();
1559     TestSelectFrame();
1560     TestSelectTopApertures();
1561   }
1562 }
1563
1564 module TestLidTopAperturesPrint(){ ////toplevel
1565   rotate([0,180,0]) intersection(){
1566     Lid();
1567     TestSelectLidFrame();
1568     TestSelectTopApertures();
1569   }
1570 }
1571
1572 module TestLidWindowTopAperturesPrint(){ ////toplevel
1573   rotate([0,180,0]) intersection(){
1574     LidWindow();
1575     TestSelectTopApertures();
1576   }
1577 }
1578
1579 module TestFrameLidPrint(){ ////toplevel
1580   rotate([0,180,0]) intersection(){
1581     Lid();
1582     TestSelectLidFrame();
1583   }
1584 }
1585
1586 module ButtonPlanForDemo(z, deep, cut){
1587   translate([0,0,z])
1588     ButtonPlan(8, deep, cut);
1589 }
1590
1591 module HingeScrews(){
1592   Flip_rhs() Flip_bot(1){
1593     for (c= [ hppT, hppB ])
1594       translate([ hex20,
1595                   -c[0],
1596                   c[1] ]){
1597         rotate([0,90,0])
1598           translate([0,0,-.2])
1599           cylinder( r= hingescrew_shaft_dia/2,
1600                     h = hingescrew_shaft_len+0.2 );
1601         rotate([0,-90,0])
1602           translate([0,0,+.1])
1603           cylinder( r= hingescrew_head_dia/2, h = hingescrew_head_th );
1604       }
1605   }
1606 }
1607
1608 module DemoPropAngleSelect(c){
1609   color(c) difference(){
1610     union(){ children(); }
1611     translate([ prop_x_pos, -400, -200 ])
1612       cube([ 400,800,400 ]);
1613   }
1614 }
1615
1616 module DemoPropAngle(ang){
1617   hL = [0, -(phone_height - hppT[0]), hppT[1] - hp_k*2];
1618   hC = [0, -(phone_height - hppB[0]), hppB[1]];
1619
1620   translate(hL)
1621     rotate([ang/2,0,0])
1622     translate(-hL)
1623     translate(hC)
1624     rotate([ang/2,0,0])
1625     translate(-hC) {
1626       DemoPropAngleSelect("red") Case();
1627
1628       color("orange")
1629         translate([prop_x_pos, -prcp1[0], prcp1[1]])
1630         PropProfileAssignments(ang) {
1631           echo($prpp1);
1632           rotate([-$prp_theta, 0, 0])
1633           translate([0, $prpp1[0], -$prpp1[1]])
1634           rotate([90,0,-90])
1635           Prop();
1636         }
1637     }
1638
1639   translate([0,0, -hp_k*2])
1640     DemoPropAngleSelect("blue")
1641     Lid();
1642 }
1643
1644 module DemoPropAngles(){ ////toplevel
1645   for (i=[0 : len(prop_angles)-1])
1646     translate(i * [0, -100, 100])
1647     DemoPropAngle(prop_angles[i]);
1648 }
1649
1650 module DemoHingeAngle(ang1,ang2){
1651   hL = [0, -(phone_height - hppT[0]), hppT[1]];
1652   hC = [0, -(phone_height - hppB[0]), hppB[1]];
1653
1654   translate(hL)
1655     rotate([ang2,0,0])
1656     translate(-hL)
1657     translate(hC)
1658     rotate([ang1,0,0])
1659     translate(-hC) {
1660       color("red") Lid();
1661     }
1662
1663   color("blue") intersection(){
1664     Case();
1665     union(){
1666       translate([bppJ[0], -400, -200])
1667         mirror([1,0,0])
1668         cube([400, 800, 400]);
1669       translate([10, -400, -200])
1670         cube([10, 800, 400]);
1671     }
1672   }
1673 }
1674
1675 module DemoHingeAngles(){ ////toplevel
1676   angles = [ 0, 4, 8, 12 ];
1677   echo("angles",angles);
1678   for (i=[0 : len(angles)-1]) {
1679     translate(i * [0, 0, 30]) {
1680       DemoHingeAngle(0,angles[i]);
1681       translate([0, 200, 0])
1682         DemoHingeAngle(angles[i],0);
1683     }
1684   }
1685 }
1686
1687 module DemoSelectAdhocLeftRight(right=0) {
1688   translate([phone_width/2, -400, -100]) // , -15, -100  to cross-section
1689     mirror([1-right, 0,0])
1690     cube([400, 800, 200]);
1691 }
1692
1693 module DemoLeft(){ ////toplevel
1694   color("red")  intersection(){ Case(); DemoSelectAdhocLeftRight(); }
1695   color("blue") intersection(){ Lid();  DemoSelectAdhocLeftRight(); }
1696 }
1697
1698 module DemoFrame(){ ////toplevel
1699   color("red") render() TestFrameCase();
1700   color("blue") render() intersection(){ Lid(); TestSelectLidFrame(); }
1701   color("black") render() HingeScrews();
1702   %render() HingeLever();
1703 }
1704
1705 module DemoLanyardCutout(){ ////toplevel
1706   LanyardCutout(25);
1707 }
1708
1709 module DemoHingedFrame(){ ///toplevel
1710   color("red") render() TestFrameCase();
1711   translate([0,0, -2*hp_k])
1712   color("blue") render() intersection(){ Lid(); TestSelectLidFrame(); }
1713
1714   Flip_hinge(){
1715     color("orange") render() HingeLever();
1716     color("black") render() HingeScrews();
1717   }
1718 }
1719
1720 module DemoHinge(){ ////toplevel
1721   translate([ -0.5*phone_width, phone_height, hp_k*3 ]) {
1722     DemoFrame();
1723     translate([0,0, -hp_k*3])
1724       DemoHingedFrame();
1725   }
1726 }
1727
1728 module DemoProfiles(){ ////toplevel
1729   LidEdgeProfile();
1730   %EdgeProfile();
1731   KeeperProfile();
1732   translate([0,0,-1]) color("black") KeeperProfile(1);
1733   translate(ly_o){
1734     rotate(-ly_theta){
1735       translate([0,0,+1]) color("purple") LanyardMainChannelProfile();
1736       translate([0,0,+2]) color("red") LanyardCurveChannelProfile();
1737       translate([0, ly_q_z]){
1738         translate([0,0,-1]) color("blue") LanyardEntryChannelProfile();
1739         translate([ly_oec_y,0,-2]) color("black") LanyardEntryOuterProfile();
1740       }
1741     }
1742   }
1743   translate([0,0,-5]) color("white") translate(epp2i)
1744     rotate(-ly_theta)
1745     rectfromto([-15, 0],
1746                [+15, -max_case_bottom_edge_thickness]);
1747
1748   translate([0,20]) {
1749     LanyardMainChannelProfile();
1750     translate([0,0,1]) color("purple") LanyardCurveChannelProfile();
1751     translate([0,0,-1]) color("red") LanyardEntryChannelProfile();
1752   }
1753
1754   translate([20,0]) {
1755     LidEdgeProfile();
1756     %EdgeProfile();
1757
1758     demopoint_QR = [ bppS[0], bppQ[1] - 0.1];
1759   
1760     color("blue") ButtonCoverProfile();
1761     color("red") {
1762       rectfromto(bppQ, demopoint_QR);
1763       rectfromto(bppR, demopoint_QR);
1764     }
1765   }
1766
1767   translate([-20,0]) {
1768     color("black") ButtonPlanForDemo(-2, 0,1);
1769     color("red" )  ButtonPlanForDemo(-4, 1,1);
1770     color("blue")  ButtonPlanForDemo(-6, 1,0);
1771   }
1772
1773   translate([0, -30]) {
1774     %LidEdgeProfile();
1775     %EdgeProfile();
1776     color("blue") HingeLidProfile();
1777     color("red")  HingeBaseProfile();
1778     color("black") translate([0,0,-2]) HingeLeverOuterProfile();
1779   }
1780
1781   for (f=[0,1]) {
1782     translate([-30, -60 + 30*f]) {
1783       translate([0,0,-4]) EdgeProfile();
1784       %translate([0,0,-10]) HingeBaseProfile();
1785       translate([0,-2] * f * hp_k) {
1786         translate([0,0,-4]) LidEdgeProfile();
1787         %translate([0,0,-10]) %HingeLidProfile();
1788       }
1789       translate(+hppB) rotate([0,0,180*f]) translate(-hppB) {
1790         translate([0,0,-2]) color("black") HingeLeverOuterProfile(); 
1791         translate([0,0,0]) color("red") difference(){
1792           HingeLeverOuterProfile();
1793           HingeLeverInnerProfile();
1794         }
1795         translate([0,0,3]) color("yellow") HingeLeverNutProfile();
1796       }
1797     }
1798   }
1799
1800   translate([20,-30]) {
1801     %EdgeProfile();
1802     %LidEdgeProfile();
1803     //translate([0,0,1]) ThumbRecessCutProfile();
1804     translate([0,0,+1]) color("red")
1805       difference(){ EdgeProfile(); ThumbRecessCutProfile(); }
1806   }
1807
1808   translate([40,-30]) {
1809     difference(){
1810       LidEdgeProfile();
1811       translate(prlp10)
1812         PropProfile(10, 1, 0);
1813     }
1814     translate(prlp10)
1815       PropProfile(15, 0);
1816   }
1817   translate([60,-30]) {
1818     PropAggregateProfile();
1819   }
1820 }
1821
1822 //EdgeProfile();
1823 //KeeperProfile();
1824 //CaseBase();
1825 //%Case();
1826 //Keeper();
1827 //LidEdgeProfile();
1828 //KeeperProfile();
1829 //DemoProfiles();
1830 //PropRecess();