Add core_adapter

Core adapters allow cores to be attached to daylight spool holders.
This commit is contained in:
Matt 2015-07-15 15:40:33 -04:00
parent b082d7d0e0
commit 01af3a4a3e
2 changed files with 5839 additions and 0 deletions

View File

@ -0,0 +1,13 @@
module core_adapter () {
$fn = 100;
difference () {
union () {
cylinder(r1 = 13.2, r2 = 12.8, h = 16.6, center = true);
translate([0, 0, -8.8]) cylinder(r = 15, h = 1, center = true);
translate([14.5, 0, -.5]) cube([3.6, 3.6, 17.6], center = true);
}
cube([8.3, 8.3, 21.5], center = true);
}
}
core_adapter();

File diff suppressed because it is too large Load Diff