]> www.fi.muni.cz Git - things.git/commitdiff
led-torch updated for ASA
authorJan "Yenya" Kasprzak <kas@fi.muni.cz>
Thu, 8 Oct 2020 15:02:06 +0000 (17:02 +0200)
committerJan "Yenya" Kasprzak <kas@fi.muni.cz>
Thu, 8 Oct 2020 15:02:06 +0000 (17:02 +0200)
led-torch.scad

index 5a49740a06a548947ff308663a24d8244cec600d..10ca387132b0bb63a61d1649652af94c0658905d 100644 (file)
@@ -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;