Normalize name "daylight_spool_mount", replacing inconsistent "reel_holder" name

This commit is contained in:
mmcwilliams 2023-04-07 10:52:35 -04:00
parent 390f60c1eb
commit b687357c8a
2 changed files with 3 additions and 3 deletions

View File

@ -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();
//rotate([0, 0, time]) daylight_spool_mount();

View File

@ -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);