move braces to top of cap
haldean
3 years ago
3 | 3 | brace_h = 4; |
4 | 4 | |
5 | 5 | module brace() { |
6 | translate([-otid/2, -brace_w/2, 0]) | |
6 | translate([-otid/2, -brace_w/2, cap_depth - brace_h]) | |
7 | 7 | cube([otid, brace_w, brace_h]); |
8 | 8 | } |
9 | 9 | |
39 | 39 | square([itod-2*itcr, itod-2*itcr]); |
40 | 40 | } |
41 | 41 | translate([0, 0, -cap_height]) |
42 | cylinder(h=cap_depth+cap_height, r=otid/2); | |
42 | cylinder(h=cap_depth+cap_height, r=otid/2 - wall_thickness / 2); | |
43 | 43 | } |
44 | 44 | } |
45 | 45 | } |
46 | 46 | |
47 | guide();⏎ | |
47 | guide(); |