robustify back-screw
This commit is contained in:
parent
3f0cb43db5
commit
5e8049be50
1 changed files with 6 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue