Add cmount_rear_cap

This is a super-simple c-mount cap
This commit is contained in:
mmcwilliams 2017-10-08 15:20:44 -04:00
parent 84154c3014
commit 0614465fbb
2 changed files with 11187 additions and 0 deletions

View File

@ -0,0 +1,13 @@
module cmount_rear_cap () {
$fn = 200;
ID = 25.26;
OD = 30;
H = 6.55;
T = 2.15;
difference () {
cylinder(r = OD / 2, h = H, center = true);
translate([0, 0, T]) cylinder(r = ID / 2, h = H, center = true);
}
}
cmount_rear_cap();

File diff suppressed because it is too large Load Diff