Update sprocketed roller and add a four hundred foot reel for debug
This commit is contained in:
parent
fe07b1eae1
commit
03856c21a4
|
@ -811,6 +811,14 @@ module daylight_spool (DEBUG = false) {
|
|||
}
|
||||
}
|
||||
|
||||
module four_hundred_foot_spool (pos = [0, 0, 0]) {
|
||||
W = 175;
|
||||
H = 18;
|
||||
translate(pos) {
|
||||
cylinder(r = R(W), h = H, center = true, $fn = 200);
|
||||
}
|
||||
}
|
||||
|
||||
module centered_geared_motor (pos = [0, 0, 0], rot = [0, 0, 0]) {
|
||||
translate(pos) rotate(rot) {
|
||||
translate([8.25, 0, 0]) geared_motor();
|
||||
|
@ -1116,7 +1124,7 @@ module panel (pos = [0, 0, 0]) {
|
|||
takeup_mount_panel([0, RollerY, SprocketedRollerZ], [0, 0, 90]);
|
||||
}
|
||||
|
||||
PART = "panel";
|
||||
PART = "";
|
||||
LIBRARY = true;
|
||||
|
||||
if (PART == "panel") {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e053ac5a2aa428248d6041a88e304c25df656bc0
|
||||
Subproject commit 3c6514e0e4702f7feda0758e12975043208f4797
|
Loading…
Reference in New Issue