robustified angle
This commit is contained in:
parent
cf9852c42d
commit
3f0cb43db5
1 changed files with 7 additions and 4 deletions
|
@ -28,19 +28,22 @@ translate([0,0,height]) {
|
||||||
|
|
||||||
translate([-1, 1*depth/5,0])
|
translate([-1, 1*depth/5,0])
|
||||||
cylinder(h=thickness, d=2, $fn=64);
|
cylinder(h=thickness, d=2, $fn=64);
|
||||||
|
|
||||||
|
translate([0, depth/2-25, -height])
|
||||||
|
cube([1, 50, 1]);
|
||||||
}
|
}
|
||||||
|
|
||||||
translate([-6, 2*depth/3, 0])
|
translate([-6, 2*depth/3, 0])
|
||||||
cylinder(h=thickness, d=2, $fn=64);
|
cylinder(h=thickness, d=2, $fn=64);
|
||||||
|
|
||||||
translate([-6, 2*depth/3, 0])
|
translate([-6, 2*depth/3, -100+2])
|
||||||
cylinder(h=2, d=4, $fn=64);
|
cylinder(h=100, d=4.5, $fn=64);
|
||||||
|
|
||||||
translate([-6, 1*depth/3, 0])
|
translate([-6, 1*depth/3, 0])
|
||||||
cylinder(h=thickness, d=2, $fn=64);
|
cylinder(h=thickness, d=2, $fn=64);
|
||||||
|
|
||||||
translate([-6, 1*depth/3, 0])
|
translate([-6, 1*depth/3, -100+2])
|
||||||
cylinder(h=2, d=4, $fn=64);
|
cylinder(h=100, d=4.5, $fn=64);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue