]> www.fi.muni.cz Git - things.git/commitdiff
vesak-filip: tenka verze
authorJan "Yenya" Kasprzak <kas@fi.muni.cz>
Mon, 12 Feb 2024 07:19:08 +0000 (08:19 +0100)
committerJan "Yenya" Kasprzak <kas@fi.muni.cz>
Wed, 6 Mar 2024 20:58:30 +0000 (21:58 +0100)
vesak-filip-aktovka.scad

index 9f14eaaed1cb3a9b520e94c4c23b0a9b216a5471..41a96967d7506b6493fcaa6751d1ee31d547bed5 100644 (file)
@@ -8,8 +8,8 @@ wall = 8;
 inner_w = 82;
 outer_w = inner_w + 2*30;
 inner_w_round_r = 2;
-body_h = 30;
-bottom_w = 70;
+body_h = 8;
+bottom_w = 35;
 top_w = bottom_w + 3*wall;
 bottom_h = 60;
 
@@ -35,14 +35,14 @@ module top_part() {
        }
 }
 
-hole_d = 35;
+hole_d = 20;
 hole_l = 1.25*hole_d;
 hole_xoff = 0.2*(bottom_w-hole_d);
 hole_yoff = bottom_h - 0.2*hole_d;
 hole_top_yoff = 7;
-hole_top_l = 20;
-hook_top_rx = 8;
-hook_top_ry = 12;
+hole_top_l = 30;
+hook_top_rx = 4;
+hook_top_ry = 6;
 module bottom_part() {
        difference() {
                hull() {
@@ -90,15 +90,16 @@ module bottom_part() {
 }
 
 module rounding() {
-       Mz() cylinder(r1 = 3, r2 = 0, h = 4.5, $fn = 8);
+       Mz() cylinder(r1 = 2, r2 = 0, h = 3, $fn = 8);
 }
        
 
 $fn = 128;
 top_part();
 
-Mx() Tx(outer_w/2-3) Ty(3)
-       cylinder(r = 15, h = 0.4);
+// pro prichyceni ABS, ale stejne nefunguje
+// Mx() Tx(outer_w/2-3) Ty(3)
+//     cylinder(r = 15, h = 0.4);
 
 round_with() {
        rounding();