Add insert part flags to scad files

This commit is contained in:
mmcwilliams 2020-05-25 01:29:28 -04:00
parent 422533bef5
commit 30a93e9c59
2 changed files with 13 additions and 1 deletions

View File

@ -257,4 +257,10 @@ if (PART == "spiral") {
gnal_100ft_top();
} else if (PART == "spacer") {
gnal_spacer();
}
} else if (PART == "insert_s8") {
gnal_spiral_bottom_insert_s8();
} else if (PART == "insert_16") {
gnal_spiral_bottom_insert_16();
} else if (PART == "spacer_16") {
gnal_spacer_16();
}

View File

@ -179,6 +179,12 @@ if (PART == "spiral") {
gnal_50ft_top();
} else if (PART == "spacer") {
gnal_spacer();
} else if (PART == "insert_s8") {
gnal_spiral_bottom_insert_s8();
} else if (PART == "insert_16") {
gnal_spiral_bottom_insert_16();
} else if (PART == "spacer_16") {
gnal_spacer_16();
}