From: Jan "Yenya" Kasprzak Date: Thu, 8 Oct 2020 15:02:06 +0000 (+0200) Subject: led-torch updated for ASA X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?p=things.git;a=commitdiff_plain;h=bd31c74468e189b11c41a667e05f85293546a876 led-torch updated for ASA --- diff --git a/led-torch.scad b/led-torch.scad index 5a49740..10ca387 100644 --- a/led-torch.scad +++ b/led-torch.scad @@ -9,9 +9,10 @@ barrier_h = 8; body_l = 70 + barrier_h; clip_l = 2; -clip_w = 0.8; +clip_w = 1.2; clip_dist = 3; +/* // main cylinder difference() { cylinder(r = int_d/2 + wall/cos(30), $fn = 6, h = body_l); @@ -39,12 +40,15 @@ translate([-clip_l/2, int_d*cos(30)/2+wall, body_l - clip_dist]) { cylinder(r = clip_w, h = clip_l, $fn = 4); } +*/ + // lid switch_w = 14; switch_h = 9; -lid_d = int_d + 2*wall/cos(30) + 2*clip_w/cos(30); +// tady je jen 1.5* misto 2x, at je to tesnejsi +lid_d = int_d + 2*wall/cos(30) + 1.5*clip_w/cos(30); lid_h = clip_dist + 3*wall+3*clip_w + switch_h; support_w = 4;