screws update, including critical bugfix

This commit is contained in:
Adrian Mariano
2022-09-08 21:37:54 -04:00
parent b675dfdd6b
commit 62733fb0d7
5 changed files with 620 additions and 188 deletions

View File

@@ -26,7 +26,7 @@ module manfrotto_rc2_plate(chamfer="all",anchor,orient,spin)
{
chsize=0.5;
assert(in_list(chamfer, ["bot","bottom","all","none"]), "chamfer must be \"all\", \"bottom\", \"bot\", or \"none\"");
dummy = assert(in_list(chamfer, ["bot","bottom","all","none"]), "chamfer must be \"all\", \"bottom\", \"bot\", or \"none\"");
chamf_top = chamfer=="all";
chamf_bot = in_list(chamfer, ["bot","bottom","all"]);