Change default model to "spiral"
This commit is contained in:
parent
69da7420fe
commit
842e0ff3fc
|
@ -257,7 +257,7 @@ 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);
|
||||||
}
|
}
|
||||||
|
|
||||||
PART="spindle_top";
|
PART="spiral";
|
||||||
|
|
||||||
if (PART == "spiral") {
|
if (PART == "spiral") {
|
||||||
gnal_100ft_spiral();
|
gnal_100ft_spiral();
|
||||||
|
|
Loading…
Reference in New Issue