Normalize name "daylight_spool_mount", replacing inconsistent "reel_holder" name
This commit is contained in:
parent
390f60c1eb
commit
b687357c8a
|
@ -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();
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue