diff --git a/daylight_spool_mount.scad b/daylight_spool_mount.scad index 687be43..51f5d89 100644 --- a/daylight_spool_mount.scad +++ b/daylight_spool_mount.scad @@ -1,7 +1,7 @@ SQUARE_INNER = 7.8; time = 0; -module reel_holder (top = true, base = true, height = 18.5) { +module daylight_spool_mount (top = true, base = true, height = 18.5) { $fn = 60; topHeight = 3.5; difference(){ @@ -33,4 +33,4 @@ module reel_holder (top = true, base = true, height = 18.5) { } } -//rotate([0, 0, time]) reel_holder(); \ No newline at end of file +//rotate([0, 0, time]) daylight_spool_mount(); \ No newline at end of file diff --git a/takeup.scad b/takeup.scad index b5f14c5..5c48375 100755 --- a/takeup.scad +++ b/takeup.scad @@ -98,7 +98,7 @@ module slip_coupling (MAGNET_H = 2.5) { } module daylight_spool_insert () { - translate([0, 0, 15.9]) reel_holder(false, false); + translate([0, 0, 15.9]) daylight_spool_mount(false, false); translate([0, 0, 3.25]) cylinder(r = R(18), h = 1.5, center = true, $fn = 240); union () { cube([25 - .4, 10 - .4, 5], center = true);