Reinforce 100ft outer spiral

This commit is contained in:
Matt McWilliams 2021-10-18 13:23:48 -04:00
parent 8c106c3d42
commit 9e267517d5
2 changed files with 5 additions and 0 deletions

View File

@ -255,6 +255,11 @@ $fn = FN;
module film_guide (rotations = 60, id = 45.55, spacing = 2.075, bottom = -2) { module film_guide (rotations = 60, id = 45.55, spacing = 2.075, bottom = -2) {
spiral(rotations, id, spacing, bottom, $fn); spiral(rotations, id, spacing, bottom, $fn);
//reinforce outer spiral
difference () {
spiral_reinforcement(292.9, spacing, -0.1, $fn);
translate([149.125, 9, 0]) cube([5, 20, 10], center = true);
}
} }
PART="spiral"; PART="spiral";

Binary file not shown.