robustified angle

This commit is contained in:
Michael Sippel 2024-12-29 01:10:43 +01:00
parent cf9852c42d
commit 3f0cb43db5
Signed by: senvas
GPG key ID: F96CF119C34B64A6

View file

@ -28,19 +28,22 @@ translate([0,0,height]) {
translate([-1, 1*depth/5,0])
cylinder(h=thickness, d=2, $fn=64);
translate([0, depth/2-25, -height])
cube([1, 50, 1]);
}
translate([-6, 2*depth/3, 0])
cylinder(h=thickness, d=2, $fn=64);
translate([-6, 2*depth/3, 0])
cylinder(h=2, d=4, $fn=64);
translate([-6, 2*depth/3, -100+2])
cylinder(h=100, d=4.5, $fn=64);
translate([-6, 1*depth/3, 0])
cylinder(h=thickness, d=2, $fn=64);
translate([-6, 1*depth/3, 0])
cylinder(h=2, d=4, $fn=64);
translate([-6, 1*depth/3, -100+2])
cylinder(h=100, d=4.5, $fn=64);
}
}