Fixes for extrude_path2d()

This commit is contained in:
Garth Minette
2021-11-07 14:53:53 -08:00
parent 92e84d0dc1
commit e5b657a6f4
2 changed files with 63 additions and 63 deletions

View File

@@ -1001,8 +1001,7 @@ function triplet(list, wrap=false) =
if(wrap) [list[L-1], list[0], list[1]],
for (i=[0:1:L-3]) [list[i],list[i+1],list[i+2]],
if(wrap) [list[L-2], list[L-1], list[0]]
];
];
// Function: combinations()