Compare commits
2 Commits
e6ef1ff395
...
603d5b0219
Author | SHA1 | Date |
---|---|---|
Matt McWilliams | 603d5b0219 | |
Matt McWilliams | df66ff1c7d |
Binary file not shown.
|
@ -4,7 +4,7 @@ module m3_bolt(pos = [0, 0, 0], rot = [0, 0, 0], cap = 10, bolt = 20) {
|
|||
$fn = 40;
|
||||
translate(pos) rotate(rot) {
|
||||
translate([0, 0, (cap / 2) - 0.1]) cylinder(r = R(6), h = cap, center = true);
|
||||
translate([0, 0, -bolt / 2]) cylinder(r = R(3), h = bolt, center = true);
|
||||
translate([0, 0, -bolt / 2]) cylinder(r = R(3.15), h = bolt, center = true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue