chiark / gitweb /
poster-tube-lid: catch wip, before no rotate pin
[reprap-play.git] / fairphone-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.0, 145.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 = 3;
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 = 6.0;
146 phone_rim_depth = 0.80; // includes allowance for a screen protector
147
148 button_cutout_depth = 9;
149
150 phone_edge_thick = 9.0;
151 phone_total_thick = 12.0;
152 phone_backside_slope_inner = 1.5; // larger means shallower
153 phone_backside_slope_outer = 1.0; // larger means shallower
154
155 camera_pos_tl = [  6.450, 12.750 ]; // measured from tl corner
156 camera_pos_br = [ 22.300, 37.600 ]; // tl/br as seen from back
157
158 jack_pos = [ 13.83, 8.485 ];
159 jack_dia = 10.64 + .5; // some jack I had lying around
160
161 led_pos = [ 13.98, 10.00 ];
162 led_aperture = 9;
163 led_window_ledge = 0.75; // each side
164
165 noisecancelmic_pos = [ 19.54, 7.37 ];   // from rhs
166 noisecancelmic_dia = 4.00;
167
168 //fingerpushhole_dias = [ 15, 18 ];
169 fingerpushhole_dias = [];
170
171 lanyard_half_dia = 1.15;
172 lanyard_entry_rel_breadth = 2;
173 lanyard_channel_len = 15;
174 rearspeaker_pos_bl = [ 12.64, 18.72 ];
175 rearspeaker_size   = [  3.76,  7.36 ];
176
177 microusb_above = 3.27 - 0.25;
178 microusb_below = 0.0;
179 microusb_width = 16.12 + 1.25;
180
181 case_th_bottom = 2.5;
182 case_th_lid = 3.0;
183 case_th_side = 2.3;
184 case_th_lip = 1.2;
185
186 lid_screen_gap_extra = .66;
187
188 case_struts_count = 6;
189 case_struts_solid_below = 1.00;
190 case_struts_solid_above = 0.75;
191 case_struts_width = 0.10;
192
193 keeper_th_z = 0.75;
194 keeper_th_x = 0.75;
195 keeper_inner_width = 2.75;
196 keeper_inner_height = 2.75;
197 keeper_slant_slope = 2; // larger means steeper
198
199 keeper_gap_z_top = 0.25;
200 keeper_gap_z_bot = 0.75;
201 keeper_gap_x     = 0.25;
202 keeper_gap_x_holes = 0.75;
203
204 keeper_side = 0; // 0 = lhs; 1 = rhs
205
206 case_lip = 1.25;
207
208 lid_gap_x = 0.25;
209 lid_gap_z = 0.25;
210 lid_lip = 1.75;
211 lid_edgepart_width = 5.0;
212 lid_buttoncover_thick = 1.3;
213 lid_buttoncover_reinf = 0.65;
214
215 foldover_gap = 0.50;
216 foldover_lever_gap = 0.50;
217
218 // properties of the hinge fasteners
219 hingescrew_shaft_dia = 2.0 + 0.25; // M2 x 12mm machine screw
220 hingescrew_shaft_len = 12;
221 hingescrew_fasteners_extra_thick = 0.40;
222 // ^ amount of thread protruding if everything was completely nominal
223 //   and we are using two nuts
224 hingescrew_nut_access_dia = 4.72 + 0.50;
225 // ^ washer is 4.72 dia
226 //   also, want to get pliers or tiny spanner in to do up locknut
227 hingescrew_nut_across = 3.92 + 0.25; // incl. slop around recess slop
228 hingescrew_nut_thick = 1.93;
229 hingescrew_head_th = 1.38 + 0.75;
230 hingescrew_head_dia = 3.92;
231
232 hingescrew_nut_recess_portion = 2/3; // portion of nut in recess
233
234 lever_cover_th = 0.75;
235 hingemount_th = 2.5;
236 hingemount_wd = 4.8725;
237
238 $fa = 5;
239 $fs = 0.1;
240
241 button_l_fudge = 4.4;
242 buttonishleg_default_l_is_fudge = 10;
243
244 hinge_base_slope = 1.5; // bigger is steeper
245
246 strut_min_at_end = 1.5;
247
248 hinge_x_gap = 0.125;
249 hinge_x_postscrew_gap = 0.75;
250 hinge_x_arms_gap = 0.35;
251 hinge_r_arms_gap = 0.55;
252
253 rearspeaker_gap    = [ 2.0, 2.0 ]; // each side
254
255 catch_slop = -0.75;
256
257 catch_len = 4.5;
258 catch_width = 15;
259 catch_thickness = 1.3;
260 catch_side_gap = 0.75; // each side
261
262 catch_depth = 0.75;
263 catch_height = 0.35;
264 catch_finger_height = 1.5;
265 catch_finger_depth = 2.5;
266 catch_catch_slope = 2.00;
267 catch_close_slope = 3.00;
268
269 catch_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 // ---------- calculated ----------
287
288 phone_width =  (phone + bumper*2)[0];
289 phone_height = (phone + bumper*2)[1];
290
291 inside_br = [phone_width, -phone_height];
292
293 prop_prong_h = prop_main_th;
294
295 //echo(camera_pos_tl + bumper,
296 //     camera_pos_br + bumper);
297
298 // ----- could be changed -----
299 lid_buttoncover_gap = lid_gap_x;
300 lid_buttoncover_overlap = case_th_lip + keeper_gap_z_top;
301
302 phone_backside_slope_thick = phone_total_thick - phone_edge_thick;
303
304 //prop_lidrecess_depth = case_th_lid - prop_recess_under;
305
306 //prop_nose_len = case_th_lid - prop_recess_under;
307 //prop_recess_slope = tan(prop_max_angle); // bigger means steeper
308 //prop_recess_width = prop_main_th / cos(prop_max_angle) + prop_backfwd_gap;
309
310
311 //lid_lip_overlap_width xxx bad name = ;
312 //lid_lip_inner_slope = [ 5, 5 ]; // xxx
313
314 epp0 = [0,0];
315 epp1 = [0, -phone_edge_thick];
316 epp2i = epp1 + phone_backside_slope_thick * [ phone_backside_slope_inner, -1 ];
317 epp2o = epp1 + phone_backside_slope_thick * [ phone_backside_slope_outer, -1 ];
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 // catch
433
434 cppJ = [ epp4[0] + catch_thickness, lpp10[1] ];
435 cppA = cppJ + [lid_gap_x, -lid_gap_z];
436 cppB = [ epp0[0], cppA[1] ];
437 cppP = [ epp4[0], cppJ[1] ];
438
439 cppS = cppJ + [0,-1] * catch_len;
440 cppD = [ cppA[0], cppS[1] + catch_slop ];
441 cppC = [ cppB[0], cppD[1] ];
442 cppT = cppS + [1, -catch_catch_slope] * catch_depth;
443 cppU = cppT + [0,-1] * catch_height;
444 cppV = [ cppS[0], cppU[1] - catch_depth * catch_close_slope ];
445
446 cppR = 0.5*(cppP + cppJ);
447
448 cp_rQ = 0.5 * (cppJ[0] - cppP[0]);
449 cppQ = [ cppR[0],
450          cppV[1] - (catch_finger_height - cp_rQ) ];
451 cppF = [ cppV[0] + catch_finger_depth, cppC[1] ];
452
453 // lanyard
454
455 ly_r = lanyard_half_dia / 2;
456 ly_rc = ly_r * 2;
457
458 ly_theta = -atan2vector(epp2i - epp1);
459 ly_o = epp2i + 3 * ly_r * unitvector2d(epp1 - epp2i);
460
461 max_case_bottom_edge_thickness =
462   case_th_bottom
463   + sin(ly_theta) * (epp2i-epp2o)[0];
464
465 ly_q_z = -(ly_rc + ly_r);
466 ly_re = max_case_bottom_edge_thickness - (-ly_q_z);
467
468 ly_oec_y = lanyard_entry_rel_breadth * ly_r;
469
470 // prop recess in case
471
472 prop_x_pos = phone_width/2;
473
474 prop_recess_hw = 0.5 * prop_main_width + prop_side_gap;
475
476 prc_r1 = prop_end_dia/2;
477 prc_r3 = prc_r1 + prop_recess_slop;
478
479 prcp2 = [ epp4[0] + prop_buildout_less,
480           case_bottom_z ];
481
482 prop_caserecess_buildout_r = -1; // prcp2[0] - epp2o[0];
483
484 prcp1 = [ epp2o[0] + prc_r3 + prop_caserecess_behind,
485           epp2i[1] - prc_r3 - prop_recess_under];
486
487 // prop recess in lid
488
489 prl_r10 = prop_end_dia/2;
490 prl_r10o = prl_r10 + prop_recess_slop;
491
492 prlp10 = lpp10 + [1,1] * prl_r10o
493   + [1,0] * prop_lidrecess_behind
494   + [0,1] * prop_recess_under;
495
496 // prop
497
498 $prpp10 = [0,0];
499 $prpp11 = [0, prop_taper_len];
500
501 $prp_r10 = prl_r10;
502
503 // ---------- modules ----------
504
505 module AdhocMultiprintFrame(phase, z0, zs) {
506   // from z0 to z0 + zs*layer
507   extra = phase * (initial_layer_width + multicolour_gap) + 5;
508   xextra = extra + -epp4[0];
509   xrange = [ 0, phone_width ] + [-1,+1] * xextra;
510   yextra = extra + -epp4[0];
511   yrange = [ -phone_height + +hppB[0] - hp_r2, 0 ] + [-1,+1] * yextra;
512   p0 = [ xrange[0], yrange[0] ];
513   p1 = [ xrange[1], yrange[1] ];
514   echo(p0, p1);
515   translate([0,0, z0])
516     mirror([0,0, zs<0 ? 1 : 0])
517     linear_extrude(height= initial_layer_thick)
518     difference(){
519       rectfromto(p0 - [1,1] * initial_layer_width,
520                  p1 + [1,1] * initial_layer_width);
521       rectfromto(p0, p1);
522     }
523 }
524
525 module KeeperProfile(slant=0){
526   use_e = kppe + [0,-1] * slant * keeper_inner_width / keeper_slant_slope;
527   polygon([use_e, kppd, kppc, kppb, kppa, kppf]);
528 }
529
530 module EdgeProfile(){
531   difference(){
532     hull(){
533       translate(epp3) square(case_th_bottom*2, center=true);
534       circleat(epp2o, r=case_th_bottom);
535       circleat(epp1, r=case_th_side);
536       rectfromto(epp0, epp4);
537     }
538     polygon([ epp5 + [0,10],
539               epp1,
540               epp2i,
541               epp3 + [10,0] ]);
542   }
543 }
544
545 module LanyardLanyardProfile(entry=false){
546   hull(){
547     for (xs=[-1,+1] * (entry ? lanyard_entry_rel_breadth : 1))
548       translate(xs * 0.5 * lanyard_half_dia * [1,0])
549         circle(r= lanyard_half_dia/2);
550   }
551 }
552
553 module LanyardCurveChannelProfile(){
554   translate([0, -ly_r])
555     LanyardLanyardProfile();
556 }  
557
558 module LanyardEntryChannelProfile(){
559   LanyardLanyardProfile(true);
560 }  
561
562 module LanyardMainChannelProfile(){
563   LanyardCurveChannelProfile();
564   difference(){
565     square(center=true, ly_r * [6, 2]);
566     for (xs=[-1,+1])
567       translate(ly_r * [3 * xs, -1])
568         circle(r = ly_r);
569   }
570 }
571
572 module LanyardEntryOuterProfile(){
573   circleat([ly_re + ly_r, 0], ly_re);
574 }
575
576 module LanyardEntry(){
577   q_z = ly_q_z;
578   oec_y = ly_oec_y;
579
580   d_x = -ly_rc;
581
582   translate([d_x, 0, q_z]) {
583     intersection(){
584       rotate([90,0,0])
585         rotate_extrude(convexity=10)
586         rotate(90)
587         translate([0, -q_z])
588         LanyardCurveChannelProfile();
589       translate([0,-10,0])
590         cube([20,20,20]);
591     }
592   }
593
594   mirror([0,0,1])
595     translate([0,0,-1])
596     linear_extrude(height=20)
597     rotate(-90)
598     LanyardEntryChannelProfile();
599
600   translate([0, ly_r*2, 0])
601     rotate([90,0,0])
602     linear_extrude(height = ly_r*4){
603     difference(){
604       rectfromto([d_x, q_z], [ly_r, 0]);
605       circleat([d_x, q_z], ly_rc);
606     }
607   }
608
609   translate([0,0,q_z]){
610     for (my=[0,1])
611       mirror([0,my,0]){
612         translate([0, oec_y, 0]){
613           difference(){
614             translate(ly_re * [-1,0,-2])
615               cube(ly_re * [2,1,2]);
616             rotate_extrude(convexity=10)
617               LanyardEntryOuterProfile();
618           }
619         }
620       }
621     difference(){
622       translate([-ly_re, -(oec_y + 0.01), -2*ly_re])
623         cube([ly_re*2, 2*(oec_y + 0.01), 2*ly_re]);
624       for (mx=[0,1])
625         mirror([mx,0,0])
626           rotate([90,0,0])
627           translate([0,0,-10])
628           linear_extrude(height=20)
629           LanyardEntryOuterProfile();
630     }
631   }
632 }
633
634 module LanyardCutout(l){
635   rotate([0,-90,0])
636     linear_extrude(height=l)
637     rotate(-90)
638     LanyardMainChannelProfile();
639
640   for (ee=[0,1]){
641     translate(ee * l * [-1,0])
642       mirror([ee,0,0])
643       LanyardEntry();
644   }
645 }
646
647 module LidEdgeProfile(){
648   polygon([ lpp10,
649             lpp11,
650             lpp12,
651             lpp13,
652             lpp13 + [10, 0],
653             lpp15 + [10, 0],
654             lpp15,
655             lpp14,
656             ]);
657   intersection(){
658     circleat(lpp12, r=lp_r12);
659     rectfromto( lpp12 + [-10,   0],
660                 lpp12 + [+10, +10] );
661   }
662 }
663
664 module LidEdgeFoldClearanceProfile(){
665   translate([-lid_fold_clearance_antislop, 0])
666     polygon([ lpp10,
667               lpp11,
668               lpp11 + [-20,  0],
669               lpp11 + [-20, 20],
670               lpp11 + [+20, 20],
671               lpp10 + [+20,  0] ]);
672 }
673
674 module ButtonCoverProfile(){
675   intersection(){
676     polygon(concat([ bppM, bppP, bppO, bppJ ],
677                    (enable_support && !$button_suppress_over_keeper
678                     ? [ bppU, bppV, bppW ] : []),
679                    [ bppL, bppK ]));
680     hull(){
681       EdgeProfile();
682       LidEdgeProfile();
683     }
684   }
685 }
686
687 module ButtonPlan(l, deep, cut){
688   epsilon =
689     (cut  ? 0 : lid_buttoncover_gap);
690
691   delta =
692     (deep ? lid_buttoncover_overlap : 0);
693
694   C = [0,0]; // by definition
695   T = [ 0, epp4[1] ];
696   G = T + [0,10];
697
698   B0 = C + [0,-1] * button_cutout_depth;
699   B1 = B0 + [0,1] * epsilon;
700
701   r0 = 0.5 * (T[1] - B0[1]);
702   A = [  -(l + button_l_fudge)/2 + r0, 0.5 * (T[1] + B0[1]) ];
703   H = A + [0,-1] * delta;
704
705   D = A + [-2,0] * r0;
706   F = D + [0,10];
707
708   E0 = 0.5 * (D + A);
709   E1 = E0 + [1,0] * epsilon;
710
711   I0 = [ E0[0], H[1] ];
712   I1 = [ E1[0], H[1] ];
713
714   hull(){
715     for (m=[0,1]) mirror([m,0])
716       circleat(H, r0 - epsilon);
717   }
718   for (m=[0,1]) mirror([m,0]) {
719     difference(){
720       polygon([ E1,
721                 I1,
722                 H,
723                 B1,
724                 G,
725                 F,
726                 D
727                 ]);
728       circleat(D, r0 + epsilon);
729     }
730   }
731 }
732
733 module ButtonCoverReinf(){ ////toplevel
734   minkowski(){
735     rotate([90,0,0])
736       linear_extrude(height=0.01)
737       intersection(){
738         ButtonCoverProfile();
739         translate([bppJ[0] + 0.1, -50]) mirror([1,0])
740           square([100,100]);
741     }
742     mirror([0,0,1]) linear_extrude(height=0.01) intersection(){
743       circle(r= lid_buttoncover_reinf);
744       translate([-20,0]) square(40, center=true);
745     }
746   }
747 }
748
749 module CatchCatchProfile(){
750   hull(){
751     for (c=[ cppR, cppQ ])
752       circleat(c, cp_rQ);
753   }
754   hull(){
755     circleat(lpp12, lp_r12);
756     circleat(lpp12 + [5,0], lp_r12);
757     rectfromto(cppP, cppP + [5,0.1]);
758   }
759   polygon([cppJ, cppS, cppT, cppU, cppV, cppQ, cppR]);
760 }
761
762 module CatchCutProfile(){
763   polygon([ cppB,
764             cppA,
765             cppD,
766             cppF,
767             cppF + [0,-10],
768             cppF + [-10,-10],
769             lpp12 + [-10,0],
770             lpp12 + [10,0]
771             ]);
772 }
773
774 module Flip_rhs(yn=[0,1]) {
775   for ($rhsflip=yn) {
776     translate([phone_width/2, 0, 0])
777       mirror([$rhsflip,0,0])
778       translate([-phone_width/2, 0, 0])
779       children();
780   }
781 }
782
783 module Flip_bot(yn=[0,1]) {
784   for ($botflip=yn) {
785     translate([0, -phone_height/2, 0])
786       mirror([0, $botflip, 0])
787       translate([0, phone_height/2, 0])
788       children();
789   }
790 }  
791
792 module AroundEdges(fill_zstart, fill_th, fill_downwards=0){
793   // sides
794   Flip_rhs(){
795     translate([0, -phone_cnr_rad, 0])
796       rotate([90,0,0])
797       linear_extrude(height = phone_height - phone_cnr_rad*2)
798       children(0);
799   }
800   // corners
801   Flip_rhs() Flip_bot() {
802     translate([+1,-1] * phone_cnr_rad)
803       intersection(){
804         rotate_extrude()
805           intersection(){
806             mirror([1,0,0])
807               translate([-1,0] * phone_cnr_rad)
808               children(0);
809             rectfromto([0,-20],[10,20]);
810           }
811         translate([-10, 0, -20] + 0.01 * [+1,-1, 0] )
812           cube([10,10,40]);
813       }
814   }
815   // top and bottom
816   Flip_bot(){
817     translate([ phone_width - phone_cnr_rad, 0,0 ])
818       rotate([90,0,-90])
819       linear_extrude(height = phone_width - phone_cnr_rad*2)
820       children(0);
821   }
822   // fill
823   translate([0,0, fill_zstart])
824     mirror([0,0, fill_downwards])
825     linear_extrude(height = fill_th)
826     rectfromto([+1,-1] * phone_cnr_rad,
827                [phone_width, -phone_height] + [-1,+1] * phone_cnr_rad);
828 }
829
830 module CaseAperture(pos, dia, $fn) {
831   theta = 180/$fn;
832   translate([ pos[0] + bumper[0],
833               -epp2i[0],
834               -pos[1] ])
835     rotate([-90, theta, 0])
836     cylinder(r = dia/2 / cos(theta),
837              h = 60);
838 }
839
840 module SideButton(y, y_ref_sign, l, suppress_over_keeper=0){
841   // y_ref_sign:
842   //   +1  measured from top    of actual phone to top    of button
843   //   -1  measured from bottom of actual phone to bottom of button
844   //    0  y is centre of button in coordinate system
845   $button_l= l;
846   $button_suppress_over_keeper= suppress_over_keeper;
847   eff_y = y_ref_sign > 0 ?         -bumper [1] -y -l/2 :
848           y_ref_sign < 0 ? (-phone -bumper)[1] +y +l/2 :
849           y;
850   //echo(eff_y);
851   translate([0, eff_y, 0])
852     children();
853 }
854
855 module LidButtonishLeg(y, y_ref_sign, l=buttonishleg_default_l_is_fudge) {
856   $button_leg_only = true;
857   SideButton(y, y_ref_sign, l) children();
858 }
859
860 module Buttons(){
861   Flip_rhs(1) SideButton(15.580, +1, 8.9     ) children(); // power
862   Flip_rhs(1) SideButton(48.700, -1, 8.920   ) children(); // camera
863   Flip_rhs(0) SideButton(30.800, +1, 21.96, 1) children(); // volume
864   Flip_rhs(   ) LidButtonishLeg(14, -1) children();
865 //  Flip_rhs(0) LidButtonishLeg(20, +1, 20) children();
866 }
867
868 module Struts(x_start, z_min, th){
869   // if th is negative, starts at z_min and works towards -ve z
870   // and object should then be printed other way up
871   for (i= [1 : 1 : case_struts_count]) {
872     translate([0,
873                0,
874                z_min])
875       mirror([0,0, th<0 ? 1 : 0])
876       translate([0,
877                  -phone_height * i / (case_struts_count+1),
878                  case_struts_solid_below])
879       linear_extrude(height= abs(th)
880                      -(case_struts_solid_below+case_struts_solid_above))
881       rectfromto([               x_start, -0.5 * case_struts_width ],
882                  [ phone_width - x_start, +0.5 * case_struts_width ]);
883   }
884 }
885
886 module OrdinaryRearAperture(rhs,bot, pos){
887   Flip_rhs(rhs) Flip_bot(bot)
888     linextr(-20, 20)
889     mirror([0,1])
890     translate(pos + bumper)
891     children();
892 }
893
894 module MicroUSB(){
895   Flip_bot(1){
896     rotate([90,0,0])
897       mirror([0,0,1])
898       linextr(-epp2i[0], 60)
899       translate([0.5 * phone_width, 0, 0])
900       rectfromto([-microusb_width/2, epp2i[1] + microusb_below],
901                  [+microusb_width/2, epp0[1] + -microusb_above]);
902   }
903 }
904
905 module OrdinaryRearApertures(){
906   // rear speaker
907   OrdinaryRearAperture(1,1, rearspeaker_pos_bl)
908     rectfromto(-rearspeaker_gap,
909                rearspeaker_size + rearspeaker_gap);
910
911   // finger hole to remove phone
912   if (len(fingerpushhole_dias))
913     OrdinaryRearAperture(1,0, [ fingerpushhole_dias[0]/2 + epp2i[0],
914                                 phone[1]/2 ])
915     scale(fingerpushhole_dias)
916     circle(r= 0.5 );
917 }
918
919 module RearCameraAperture(){
920   Flip_rhs(1)
921     mirror([0, 0, 1])
922     linear_extrude(height = 20)
923     mirror([0, 1, 0])
924     translate(bumper)
925     rectfromto(camera_pos_tl, camera_pos_br);
926 }
927
928 module HingeLidProfile(){
929   hull(){
930     circleat(hppT, hp_r1);
931     circleat(lpp12, lp_r12);
932     polygon([lpp10,
933              lpp13 + [2,0],
934              lpp12,
935              hppT]);
936   }
937 }
938
939 module HingeBaseProfile(){
940   difference(){
941     hull(){
942       circleat(hppB, hp_r1);
943       circleat(hppE, hp_r1);
944       circleat(epp2o, case_th_bottom);
945       circleat(hppB + [10,0], hp_r1);
946     }
947     polygon([epp5, epp1, epp2i, epp3, bppL]);
948   }
949 }
950
951 module HingeLeverOuterProfile(){
952   hull(){
953     circleat(hppT, hp_r2);
954     circleat(hppB, hp_r2);
955   }
956 }
957
958 module HingeLeverInnerProfile(){
959   for (s = [-1,+1]) {
960     c = s > 0 ? hppT : hppB;
961     translate(c)
962       mirror([0,0,s>0])
963       rotate(s<0 ? -40 : 0)
964       hull()
965       for (x=[-20,20])
966         for (y=[0, s * 10])
967           translate([x,y])
968             circle(hp_rn);
969   }
970 }
971
972 module HingeLeverNutProfile(){
973   for (c= [hppB, hppT]) {
974     translate(c)
975       circle($fn=6, r= 0.5 * hingescrew_nut_across / cos(30));
976   }
977 }
978
979 module Flip_hinge(doflip=1){
980   hinge_origin = [0, -(phone_height - hppB[0]), hppB[1]];
981   translate(hinge_origin)
982     rotate([doflip*180,0,0])
983     translate(-hinge_origin)
984     children();
985 }
986
987 module HingePortion(x0,x1){
988   Flip_rhs() Flip_bot(1)
989     translate([x0,0,0])
990     mirror([1,0,0])
991     rotate([90,0,-90])
992     linear_extrude(height=x1-x0)
993     children();
994 }
995
996 module CatchPortion(xwidth, ztop){
997   width = catch_width + xwidth;
998   w = width + catch_topcurve_r*2 + 1;
999   translate([phone_width/2, 0,0]){
1000     difference(){
1001       rotate([90,0,-90])
1002         linextr(-w/2, w/2)
1003         children(0);
1004       translate([0, 50, 0])
1005         rotate([90,0,0])
1006         linear_extrude(height=100){
1007         for (m=[0,1]) mirror([m,0,0]) {
1008           hull(){
1009             translate([w/2, ztop - catch_topcurve_r])
1010               circle(catch_topcurve_r);
1011             translate([w/2, -50])
1012               square(catch_topcurve_r*2, center=true);
1013           }
1014         }
1015       }
1016     }
1017   }
1018 }
1019
1020 module CaseBase(){
1021   AroundEdges(epp3[1], case_th_bottom, 1)
1022     EdgeProfile();
1023 }
1024
1025 function prop_x(gamma) = hp_k / (2 * sin(gamma/2)) - hppT[0];
1026
1027 module PropProfileAssignments(gamma){
1028   // https://en.wikipedia.org/wiki/Solution_of_triangles#Two_sides_and_the_included_angle_given_(SAS)
1029   x = prop_x(gamma);
1030   p = phone_height + prlp10[0] - hppB[0];
1031   b = p + x;
1032
1033   q = phone_height - hppT[0] - prcp1[0]; // $prpp7[0] is 0 by definition
1034   a = q + x;
1035   c = sqrt(a*a + b*b - 2*a*b*cos(gamma));
1036   $prp_alpha = acos( (b*b + c*c - a*a) / (2*b*c) );
1037
1038   $prp_theta = 90 - $prp_alpha;
1039   beta = 180 - $prp_alpha - gamma;
1040   psi = 90 - beta;
1041
1042   //echo("abc", a,b,c);
1043
1044   v1 = [ [ cos(psi), -sin(psi) ],    // x
1045          [ sin(psi),  cos(psi) ] ];  // y
1046
1047   $prpp7 = [0, c + (lpp13[1] - $prpp10[1] - hp_k) ];
1048
1049   $prp_r1 = prc_r1;
1050   $prp_r11 = prop_main_th/2;
1051
1052   $prpp1 = $prpp7 + [1,0] *
1053     // this is approximate, but will do
1054     (prop_main_th/2 + prop_prop_gap + prcp1[0] - cppA[0]);
1055   $prpp3 = $prpp1 +
1056     v1[0] * -$prp_r1 +
1057     v1[1] * ((prcp2[1] - prcp1[1]) - prop_prop_gap);
1058   $prpp12 = $prpp3 + v1[0] *
1059     (prop_end_dia + prop_caserecess_taper * ($prpp1[1] - $prpp3[1]));
1060   $prp_r8 = prop_main_th;
1061   $prpp4 = [ prop_main_th/2, $prpp3[1] ];
1062   $prp_r5 = $prp_r8;
1063   $prpp5 = [ $prpp12[0] - $prp_r5,
1064             $prpp3[1] - prop_prong_h + $prp_r5 ];
1065   $prpp6 = $prpp4 + [0,-1] * (prop_prong_h +
1066          prop_prong_heel_slope * ($prpp5[0] - $prpp4[0]));
1067   $prpp8 = $prpp4 + [0,-1] * $prp_r8;
1068   $prpp9 = $prpp8 + [-1,0] * $prp_r8;
1069
1070   children();
1071 }
1072
1073 module PropProfile(gamma, cut=0, rot=0){
1074   PropProfileAssignments(gamma){
1075
1076     //#circleat($prpp3,1);
1077     //#circleat($prpp12,1);
1078
1079     if (!cut) {
1080       hull(){
1081         translate($prpp8)
1082           intersection(){
1083             circle($prp_r8);
1084             polygon([[-20,-0], [20,20], [0,0]]);
1085           }
1086         rectfromto($prpp6, $prpp9);
1087         translate($prpp5) intersection(){
1088           circle($prp_r5);
1089           polygon([[-10,-10], [0,0], [10,0]]);
1090         }
1091         rectfromto($prpp12 + [0,-0.1], $prpp3);
1092       }
1093       hull(){
1094         circleat($prpp1, $prp_r1);
1095         rectfromto($prpp12 + [0,-0.1], $prpp3);
1096       }
1097     }
1098     // main shaft
1099     rotate([0,0, rot*-$prp_theta]){
1100       hull(){
1101         extra = cut ? prop_recess_slop : 0;
1102         rectfromto($prpp6, $prpp9);
1103         circleat($prpp11, $prp_r11 + extra);
1104         circleat($prpp10, $prp_r10 + extra);
1105       }
1106     }
1107   }
1108 }
1109
1110 module PropAggregateProfile(){
1111   for (angle = prop_angles)
1112     PropProfile(angle, 0,0);
1113 }
1114
1115 module Prop(){ ////toplevel
1116   hw = prop_main_width/2;
1117   linextr(-hw, +hw)
1118     PropAggregateProfile();
1119 }
1120
1121 module Case(){ ////toplevel
1122   difference(){
1123     union(){
1124       CaseBase();
1125
1126       // ledge (fixed keeper)
1127       Flip_rhs(1-keeper_side) intersection(){
1128         rotate([90, 0, 0])
1129           linear_extrude(height = phone_height + phone_cnr_rad * 2)
1130           KeeperProfile(1);
1131
1132         // outline of the whole case, to stop it protruding
1133         translate([0,0, -25])
1134           linear_extrude(height = 50)
1135           hull()
1136           Flip_bot()
1137           circleat([+1,-1] * phone_cnr_rad, phone_cnr_rad + case_th_side/2);
1138       }
1139
1140       // hinge
1141       HingePortion(hex20, hex21) HingeBaseProfile();
1142
1143       // buildout for prop recess
1144       if (prop_caserecess_buildout_r > 0) Flip_rhs(1)
1145         linextr(case_bottom_z, epp2i[1])
1146         hull() {
1147           for (dxs = [-1,+1])
1148             circleat([ prop_x_pos + dxs * prop_caserecess_buildout_r,
1149                        -epp2o[0] ],
1150                      r = epp2o[0] - prcp2[0]);
1151         }
1152     }
1153
1154     // slot for keeper
1155     Flip_rhs(keeper_side)
1156       translate([0, -phone_cnr_rad, 0])
1157       rotate([90, 0, 0])
1158       linear_extrude(height = phone_height + phone_cnr_rad * 2)
1159       minkowski(){
1160         KeeperProfile();
1161         rectfromto([ -keeper_gap_x,    -keeper_gap_z_bot ],
1162                    [ keeper_gap_x_holes,    +keeper_gap_z_top ]);
1163       }
1164
1165     // front camera
1166     RearCameraAperture();
1167
1168     // struts (invisible, because they're buried in the case)
1169     Struts(epp2i[0], epp2i[1] - case_th_bottom, case_th_bottom);
1170
1171     Buttons(){
1172       mirror([1,0,0])
1173         rotate([90,0,90]) {
1174           if (!($button_leg_only && enable_support))
1175           intersection(){
1176             translate([0,0,-10])
1177               linear_extrude(height= 20)
1178               ButtonPlan($button_l, 0,1);
1179             if ($button_leg_only)
1180               rotate([-90,90,0])
1181                 translate([phone_width/2, -400, kppe[1]])
1182                 mirror([1-abs($rhsflip - keeper_side),0,0])
1183                 cube([400, 800, 50]);
1184             if (enable_support && !$button_suppress_over_keeper)
1185               rotate([-90,90,0])
1186               translate([-400, -400, kppd[1]])
1187                 mirror([0,0,1])
1188                 cube([800,800,100]);
1189           }
1190           translate([0,0, -bppR[0]])
1191             linear_extrude(height= 20)
1192             ButtonPlan($button_l, 1,1);
1193         }
1194       
1195     }
1196
1197     // apertures along top edge
1198     CaseAperture(jack_pos, jack_dia, 8);
1199     Flip_rhs(1)
1200       CaseAperture(noisecancelmic_pos, noisecancelmic_dia, 8);
1201
1202     OrdinaryRearApertures();
1203
1204     MicroUSB();
1205
1206     // gaps for the lid's hinge arms
1207     HingePortion(hex20 - hinge_x_arms_gap,
1208                  hex21 + hinge_x_arms_gap)
1209       minkowski(){
1210         HingeLidProfile();
1211         circle(r= hinge_r_arms_gap, $fn= 8);
1212       }
1213
1214     // screw holes in the hinge arms
1215     HingeScrews();
1216
1217     // catch striker
1218     CatchPortion(catch_side_gap*2, epp4[1])
1219       CatchCutProfile();
1220
1221     // lanyard
1222     Flip_bot(1)
1223       translate([ly_o[0], -(phone_cnr_rad + ly_re), ly_o[1]])
1224       rotate([0, ly_theta, 0])
1225       rotate([0,0,90])
1226       LanyardCutout(lanyard_channel_len);
1227
1228     // prop recess
1229     Flip_rhs(1)
1230       translate([prop_x_pos,0,0])
1231       mirror([0,1,0])
1232       rotate([90,0,90])
1233       linextr(-prop_recess_hw, +prop_recess_hw)
1234       hull(){
1235         for (d=[ [0,0], [0,-1], [+1,-1/prop_caserecess_taper] ])
1236           circleat(prcp1 + 20*d,
1237                    prc_r3);
1238       }
1239   }
1240 }
1241
1242 module LidAdhocMultiprintFrame(phase){
1243   if (led_window_style >= 3) {
1244     AdhocMultiprintFrame(phase, lpp13[1], -1);
1245   }
1246 }
1247
1248 module LidAroundEdges(){
1249   AroundEdges(lpp15[1], lpp13[1] - lpp15[1], 0)
1250     children();
1251 }
1252
1253 module Lid(){ ////toplevel
1254   skew_centre = [0, lpp11[0], lpp11[1]];
1255   difference(){
1256     union(){
1257       intersection(){
1258         LidAroundEdges()
1259           LidEdgeProfile();
1260
1261         translate(skew_centre)
1262           multmatrix([[ 1, 0, 0, 0 ],
1263                       [ 0, 1, -lid_fold_clearance_skew, 0 ],
1264                       [ 0, 0, 1, 0 ],
1265                       [ 0, 0, 0, 1 ]])
1266           translate(-skew_centre)
1267           LidAroundEdges()
1268           LidEdgeFoldClearanceProfile();
1269       }
1270
1271       // button covers
1272       Buttons(){
1273         intersection(){
1274           rotate([90,0,90])
1275             translate([0,0,-10])
1276             linear_extrude(height= 20)
1277             ButtonPlan($button_l, 1,0);
1278           union(){
1279             rotate([90,0,0])
1280               translate([0,0,-100])
1281               linear_extrude(height= 200)
1282               ButtonCoverProfile();
1283             hull()
1284               for (y= [-1,+1] * (($button_l + button_l_fudge)/2
1285                                  - lid_buttoncover_reinf))
1286                 translate([0,y,0])
1287                   ButtonCoverReinf();
1288           }
1289         }
1290       }
1291
1292       // hinge arms
1293       HingePortion(hex20, hex21) {
1294         LidEdgeProfile();
1295         HingeLidProfile();
1296       }
1297
1298       // catch
1299       CatchPortion(0, lpp12[1])
1300         CatchCatchProfile();
1301     }
1302     Struts(lpp10[0] + strut_min_at_end, lpp13[1], -case_th_lid);
1303
1304     // screw holes in the hinge arms
1305     HingeScrews();
1306
1307     // prop recess
1308     translate([prop_x_pos, -prlp10[0], prlp10[1]])
1309       mirror([0,1,0])
1310       rotate([90,0,90])
1311       linextr(-prop_recess_hw, +prop_recess_hw)
1312       hull()
1313       for (pa = prop_angles)
1314         PropProfile(pa, 1,1);
1315
1316     // notification led aperture
1317     if (led_window_style)
1318       translate([led_pos[0], -led_pos[1], lpp13[1]]) {
1319         translate([0,0,-10])
1320           cylinder(r=nla_r0, h=20);
1321         if (led_window_style >= 2)
1322           translate([0,0, -nla_t])
1323             cylinder(r=nla_r2, height=20);
1324       }
1325
1326     }
1327
1328   LidAdhocMultiprintFrame(1);
1329 }
1330
1331 module HingeLever(){ ////toplevel
1332   difference() {
1333     // outer body, positive
1334     HingePortion(hex22, hex22 + phone_width/2)
1335       HingeLeverOuterProfile();
1336
1337     // space for the screws
1338     HingePortion(hex26, hex24)
1339       HingeLeverInnerProfile();
1340
1341     // recesses for the nuts
1342     HingePortion(hex23, hex26+1)
1343       HingeLeverNutProfile();
1344
1345     // bores for the screws
1346     HingeScrews();
1347
1348     // space for the charging cable
1349     MicroUSB();
1350     Flip_hinge() MicroUSB();
1351   }
1352 }
1353
1354 module LidWindow(){ ////toplevel
1355   translate([led_pos[0], -led_pos[1], lpp13[1]])
1356     mirror([0,0,1])
1357     cylinder(r= nla_r1, h=nla_t);
1358   LidAdhocMultiprintFrame(0);
1359 }
1360
1361 module LidWindowPrint(){ ////toplevel
1362   rotate([0,180,0])
1363     LidWindow();
1364 }
1365
1366 module DemoLidWindowSelect(){
1367   translate([led_pos[0], led_pos[1], -100]) {
1368     translate([0, -30, 0]) cube([400, 400, 200]);
1369   }
1370 }
1371
1372 module DemoLidWindow(){ ////toplevel
1373   %Lid();
1374   LidWindow();
1375   translate([0,40,0]){
1376     color("blue") intersection(){ Lid(); DemoLidWindowSelect(); }
1377     color("red") intersection(){ LidWindow(); DemoLidWindowSelect(); }
1378   }
1379 }
1380
1381 module HingeLeverPrint(){ ////toplevel
1382   rotate([-90,0,0])
1383     translate([-phone_width/2, phone_height, 0])
1384     HingeLever();
1385 }
1386
1387 module TestSelectLength(){
1388   translate([-30, -200, -20])
1389     cube([30 + 15, 250, 40]);
1390 }
1391
1392 module TestLength(){ ////toplevel
1393   intersection(){
1394     Case();
1395     TestSelectLength();
1396   }
1397 }
1398
1399 module TestLengthRight(){ ////toplevel
1400   intersection(){
1401     Case();
1402     Flip_rhs(1)
1403       TestSelectLength();
1404   }
1405 }
1406
1407 module TestSelectWidth(){
1408   translate([-30, -(phone_height - 25), -20])
1409     mirror([0, 1, 0])
1410     cube([200, 50, 40]);
1411 }
1412
1413 module TestWidth(){ ////toplevel
1414   intersection(){
1415     Case();
1416     TestSelectWidth();
1417   }
1418 }
1419
1420 module TestLidWidthPrint(){ ////toplevel
1421   rotate([0,180.0]) intersection(){
1422     Lid();
1423     TestSelectWidth();
1424   }
1425 }
1426
1427 module TestSelectRearAperture(){
1428   minkowski(){
1429     union() children();
1430     translate([20, 0,0])
1431       cube([42, 2, 1], center=true);
1432   }
1433 }
1434
1435 module TestSelectCamera(){
1436   minkowski(){
1437     TestSelectRearAperture()
1438       RearCameraAperture();
1439     cube([0.1, 50, 0.1]);
1440   }
1441 }
1442
1443 module TestSelectOrdinaryRearApertures(){
1444   TestSelectRearAperture()
1445     OrdinaryRearApertures();
1446 }
1447
1448 module TestCamera(){ ////toplevel
1449   intersection(){
1450     Case();
1451     TestSelectCamera();
1452   }
1453 }
1454
1455 module TestLidByCamera(){ ////toplevel
1456   intersection(){
1457     Lid();
1458     TestSelectCamera();
1459   }
1460 }
1461
1462 module TestLidByCameraPrint(){ ////toplevel
1463   rotate([180,0,0]) TestLidByCamera();
1464 }
1465
1466 module DemoByCamera(){ ////toplevel
1467   color("blue") TestLidByCamera();
1468   color("red")  TestCamera();
1469 }
1470
1471 module OneKeeper(){ ////toplevel
1472   translate([0, -phone_cnr_rad, 0])
1473     rotate([90, 0, 0])
1474     linear_extrude(height = phone_height - phone_cnr_rad * 2)
1475     KeeperProfile();
1476 }
1477
1478 module OneKeeperPrint(){ ////toplevel
1479   rotate([0,180,0])
1480     OneKeeper();
1481 }
1482
1483 module LidPrint(){ ////toplevel
1484   rotate([0,180,0])
1485     Lid();
1486 }
1487
1488 module TestSelectFrame(){
1489   include = [1,-1] * (epp2i[0] + 4);
1490
1491   difference(){
1492     cube(1000, center=true);
1493     translate([0,0, -100])
1494       linear_extrude(height=200)
1495       rectfromto(include,  inside_br - include);
1496   }
1497 }
1498
1499 module TestSelectLidFrame(){
1500   TestSelectFrame();
1501   translate([led_pos[0], -led_pos[1], -50])
1502     cylinder(r= nla_r2+3, h=100);
1503 }
1504
1505 module TestFrameCase(){ ////toplevel
1506   intersection(){
1507     Case();
1508     union(){
1509       TestSelectFrame();
1510       TestSelectCamera();
1511       TestSelectOrdinaryRearApertures();
1512     }
1513   }
1514 }
1515
1516 module TestSelectTopApertures(){
1517   translate([-100, -35, -100])
1518     cube([400, 100, 200]);
1519   LidAdhocMultiprintFrame(0);
1520   LidAdhocMultiprintFrame(1);
1521 }
1522
1523 module TestTopApertures(){ ////toplevel
1524   intersection(){
1525     Case();
1526     TestSelectFrame();
1527     TestSelectTopApertures();
1528   }
1529 }
1530
1531 module TestLidTopAperturesPrint(){ ////toplevel
1532   rotate([0,180,0]) intersection(){
1533     Lid();
1534     TestSelectLidFrame();
1535     TestSelectTopApertures();
1536   }
1537 }
1538
1539 module TestLidWindowTopAperturesPrint(){ ////toplevel
1540   rotate([0,180,0]) intersection(){
1541     LidWindow();
1542     TestSelectTopApertures();
1543   }
1544 }
1545
1546 module TestFrameLidPrint(){ ////toplevel
1547   rotate([0,180,0]) intersection(){
1548     Lid();
1549     TestSelectLidFrame();
1550   }
1551 }
1552
1553 module ButtonPlanForDemo(z, deep, cut){
1554   translate([0,0,z])
1555     ButtonPlan(8, deep, cut);
1556 }
1557
1558 module HingeScrews(){
1559   Flip_rhs() Flip_bot(1){
1560     for (c= [ hppT, hppB ])
1561       translate([ hex20,
1562                   -c[0],
1563                   c[1] ]){
1564         rotate([0,90,0])
1565           translate([0,0,-.2])
1566           cylinder( r= hingescrew_shaft_dia/2,
1567                     h = hingescrew_shaft_len+0.2 );
1568         rotate([0,-90,0])
1569           translate([0,0,+.1])
1570           cylinder( r= hingescrew_head_dia/2, h = hingescrew_head_th );
1571       }
1572   }
1573 }
1574
1575 module DemoPropAngleSelect(c){
1576   color(c) difference(){
1577     union(){ children(); }
1578     translate([ prop_x_pos, -400, -200 ])
1579       cube([ 400,800,400 ]);
1580   }
1581 }
1582
1583 module DemoPropAngle(ang){
1584   hL = [0, -(phone_height - hppT[0]), hppT[1] - hp_k*2];
1585   hC = [0, -(phone_height - hppB[0]), hppB[1]];
1586
1587   translate(hL)
1588     rotate([ang/2,0,0])
1589     translate(-hL)
1590     translate(hC)
1591     rotate([ang/2,0,0])
1592     translate(-hC) {
1593       DemoPropAngleSelect("red") Case();
1594
1595       color("orange")
1596         translate([prop_x_pos, -prcp1[0], prcp1[1]])
1597         PropProfileAssignments(ang) {
1598           echo($prpp1);
1599           rotate([-$prp_theta, 0, 0])
1600           translate([0, $prpp1[0], -$prpp1[1]])
1601           rotate([90,0,-90])
1602           Prop();
1603         }
1604     }
1605
1606   translate([0,0, -hp_k*2])
1607     DemoPropAngleSelect("blue")
1608     Lid();
1609 }
1610
1611 module DemoPropAngles(){ ////toplevel
1612   for (i=[0 : len(prop_angles)-1])
1613     translate(i * [0, -100, 100])
1614     DemoPropAngle(prop_angles[i]);
1615 }
1616
1617 module DemoHingeAngle(ang1,ang2){
1618   hL = [0, -(phone_height - hppT[0]), hppT[1]];
1619   hC = [0, -(phone_height - hppB[0]), hppB[1]];
1620
1621   translate(hL)
1622     rotate([ang2,0,0])
1623     translate(-hL)
1624     translate(hC)
1625     rotate([ang1,0,0])
1626     translate(-hC) {
1627       color("red") Lid();
1628     }
1629
1630   color("blue") intersection(){
1631     Case();
1632     union(){
1633       translate([bppJ[0], -400, -200])
1634         mirror([1,0,0])
1635         cube([400, 800, 400]);
1636       translate([10, -400, -200])
1637         cube([10, 800, 400]);
1638     }
1639   }
1640 }
1641
1642 module DemoHingeAngles(){ ////toplevel
1643   angles = [ 0, 4, 8, 12 ];
1644   echo("angles",angles);
1645   for (i=[0 : len(angles)-1]) {
1646     translate(i * [0, 0, 30]) {
1647       DemoHingeAngle(0,angles[i]);
1648       translate([0, 200, 0])
1649         DemoHingeAngle(angles[i],0);
1650     }
1651   }
1652 }
1653
1654 module DemoSelectAdhocLeftRight(right=0) {
1655   translate([phone_width/2, -400, -100]) // , -15, -100  to cross-section
1656     mirror([1-right, 0,0])
1657     cube([400, 800, 200]);
1658 }
1659
1660 module DemoLeft(){ ////toplevel
1661   color("red")  intersection(){ Case(); DemoSelectAdhocLeftRight(); }
1662   color("blue") intersection(){ Lid();  DemoSelectAdhocLeftRight(); }
1663 }
1664
1665 module DemoFrame(){ ////toplevel
1666   color("red") TestFrameCase();
1667   color("blue") intersection(){ Lid(); TestSelectLidFrame(); }
1668   color("black") HingeScrews();
1669   %HingeLever();
1670 }
1671
1672 module DemoLanyardCutout(){ ////toplevel
1673   LanyardCutout(25);
1674 }
1675
1676 module DemoHingedFrame(){ ///toplevel
1677   color("red") TestFrameCase();
1678   translate([0,0, -2*hp_k])
1679   color("blue") intersection(){ Lid(); TestSelectLidFrame(); }
1680
1681   Flip_hinge(){
1682     color("orange") HingeLever();
1683     color("black") HingeScrews();
1684   }
1685 }
1686
1687 module DemoHinge(){ ////toplevel
1688   translate([ -0.5*phone_width, phone_height, hp_k*3 ]) {
1689     DemoFrame();
1690     translate([0,0, -hp_k*3])
1691       DemoHingedFrame();
1692   }
1693 }
1694
1695 module DemoProfiles(){ ////toplevel
1696   LidEdgeProfile();
1697   %EdgeProfile();
1698   KeeperProfile();
1699   translate([0,0,-1]) color("black") KeeperProfile(1);
1700   translate(ly_o){
1701     rotate(-ly_theta){
1702       translate([0,0,+1]) color("purple") LanyardMainChannelProfile();
1703       translate([0,0,+2]) color("red") LanyardCurveChannelProfile();
1704       translate([0, ly_q_z]){
1705         translate([0,0,-1]) color("blue") LanyardEntryChannelProfile();
1706         translate([ly_oec_y,0,-2]) color("black") LanyardEntryOuterProfile();
1707       }
1708     }
1709   }
1710   translate([0,0,-5]) color("white") translate(epp2i)
1711     rotate(-ly_theta)
1712     rectfromto([-15, 0],
1713                [+15, -max_case_bottom_edge_thickness]);
1714
1715   translate([0,20]) {
1716     LanyardMainChannelProfile();
1717     translate([0,0,1]) color("purple") LanyardCurveChannelProfile();
1718     translate([0,0,-1]) color("red") LanyardEntryChannelProfile();
1719   }
1720
1721   translate([20,0]) {
1722     LidEdgeProfile();
1723     %EdgeProfile();
1724
1725     demopoint_QR = [ bppS[0], bppQ[1] - 0.1];
1726   
1727     color("blue") ButtonCoverProfile();
1728     color("red") {
1729       rectfromto(bppQ, demopoint_QR);
1730       rectfromto(bppR, demopoint_QR);
1731     }
1732   }
1733
1734   translate([-20,0]) {
1735     color("black") ButtonPlanForDemo(-2, 0,1);
1736     color("red" )  ButtonPlanForDemo(-4, 1,1);
1737     color("blue")  ButtonPlanForDemo(-6, 1,0);
1738   }
1739
1740   translate([0, -30]) {
1741     %LidEdgeProfile();
1742     %EdgeProfile();
1743     color("blue") HingeLidProfile();
1744     color("red")  HingeBaseProfile();
1745     color("black") translate([0,0,-2]) HingeLeverOuterProfile();
1746   }
1747
1748   for (f=[0,1]) {
1749     translate([-30, -60 + 30*f]) {
1750       translate([0,0,-4]) EdgeProfile();
1751       %translate([0,0,-10]) HingeBaseProfile();
1752       translate([0,-2] * f * hp_k) {
1753         translate([0,0,-4]) LidEdgeProfile();
1754         %translate([0,0,-10]) %HingeLidProfile();
1755       }
1756       translate(+hppB) rotate([0,0,180*f]) translate(-hppB) {
1757         translate([0,0,-2]) color("black") HingeLeverOuterProfile(); 
1758         translate([0,0,0]) color("red") difference(){
1759           HingeLeverOuterProfile();
1760           HingeLeverInnerProfile();
1761         }
1762         translate([0,0,3]) color("yellow") HingeLeverNutProfile();
1763       }
1764     }
1765   }
1766
1767   translate([20,-30]) {
1768     %EdgeProfile();
1769     %LidEdgeProfile();
1770     //translate([0,0,1]) CatchCutProfile();
1771     translate([0,0,+1]) color("red")
1772       difference(){ EdgeProfile(); CatchCutProfile(); }
1773     color("blue") CatchCatchProfile();
1774   }
1775
1776   translate([40,-30]) {
1777     difference(){
1778       LidEdgeProfile();
1779       translate(prlp10)
1780         PropProfile(10, 1, 0);
1781     }
1782     translate(prlp10)
1783       PropProfile(15, 0);
1784   }
1785   translate([60,-30]) {
1786     PropAggregateProfile();
1787   }
1788 }
1789
1790 //EdgeProfile();
1791 //KeeperProfile();
1792 //CaseBase();
1793 //%Case();
1794 //Keeper();
1795 //LidEdgeProfile();
1796 //KeeperProfile();
1797 //DemoProfiles();
1798 //PropRecess();