From bd31c74468e189b11c41a667e05f85293546a876 Mon Sep 17 00:00:00 2001 From: "Jan \"Yenya\" Kasprzak" Date: Thu, 8 Oct 2020 17:02:06 +0200 Subject: [PATCH] led-torch updated for ASA --- led-torch.scad | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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; -- 2.43.0