X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=led-torch.scad;h=10ca387132b0bb63a61d1649652af94c0658905d;hb=HEAD;hp=5a49740a06a548947ff308663a24d8244cec600d;hpb=21d0d644fe20d2cd9fcf9b8d71323098ad68fd30;p=things.git 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;