mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-31 11:42:02 +02:00
screws update, including critical bugfix
This commit is contained in:
@@ -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"]);
|
||||
|
||||
|
Reference in New Issue
Block a user