robustify back-screw

This commit is contained in:
Michael Sippel 2024-12-29 12:06:18 +01:00
parent 3f0cb43db5
commit 5e8049be50
Signed by: senvas
GPG key ID: F96CF119C34B64A6

View file

@ -29,7 +29,7 @@ translate([0,0,height]) {
translate([-1, 1*depth/5,0])
cylinder(h=thickness, d=2, $fn=64);
translate([0, depth/2-25, -height])
translate([-2, depth/2-25, -height])
cube([1, 50, 1]);
}
@ -59,12 +59,15 @@ translate([0,depth+thickness,height]) {
translate([10-thickness/2, 0,0])
cylinder(h=thickness, d=thickness, $fn=64);
translate([-2, 0, -height])
cube([10+2,1,1]);
}
translate([5, 4, 0])
cylinder(h=thickness, d=2, $fn=64);
translate([5, 4, 0])
cylinder(h=2, d=4, $fn=64);
translate([5, 4, -100+2])
cylinder(h=100, d=4.5, $fn=64);
}
}