Work on v3

This commit is contained in:
mmcwilliams 2020-05-29 00:57:36 -04:00
parent fc62e76a4e
commit c9d2b830e0
1 changed files with 2 additions and 2 deletions

View File

@ -157,10 +157,10 @@ module gnal_50ft_top () {
module film_guide (rotations = 40, id = 45.55, spacing = 2.075) {
$fn = 200;
spiral(rotations, id, spacing, $fn);
//spiral(rotations, id, spacing, $fn);
}
if (PART == "") { //spiral
if (PART == "spiral") {
gnal_50ft_spiral();
} else if (PART == "top") {
gnal_50ft_top();