]> www.fi.muni.cz Git - things.git/commitdiff
sponge holder: update
authorJan "Yenya" Kasprzak <kas@fi.muni.cz>
Fri, 15 Sep 2023 11:47:02 +0000 (13:47 +0200)
committerJan "Yenya" Kasprzak <kas@fi.muni.cz>
Fri, 15 Sep 2023 11:47:02 +0000 (13:47 +0200)
sponge-holder.scad

index 3186ac9d3d5c5096bf2837839f01b11e07f0df45..55ff2cabf918c3be663eae3a89bf977616cf88ae 100644 (file)
@@ -20,7 +20,7 @@ module clip() {
                translate([0, 0, -eps])
                cylinder(r = v_tube_d/2, h = clip_h+2*eps);
                intersection() {
-                       rotate([0, 0, -40]) 
+                       rotate([0, 0, -30])
                                translate([-infty/2, 0, -eps]) cube(infty);
                        rotate([0, 0, 40])
                                translate([-infty/2, 0, -eps]) cube(infty);
@@ -71,7 +71,8 @@ module box() {
                hy = 20, hx = 10, dx = 3, dy = 2, side=2);
 
        for (y = [-sponge_w/4, 0, sponge_w/4])
-       translate ([0, y, sponge_l])
+       translate ([0, y, 0])
+       // translate ([0, y, sponge_l])
                cube([sponge_h + 2*wall, wall, wall]);
 }