triplet fix

This commit is contained in:
Adrian Mariano
2021-11-01 18:14:31 -04:00
parent 7bac9a484d
commit 530f3b3449
5 changed files with 27 additions and 18 deletions

View File

@@ -524,7 +524,7 @@ module path_extrude2d(path, caps=false, closed=false) {
}
}
if (false && caps) {
if (caps) {
move_copies([path[0],last(path)])
rotate_extrude()
right_half(planar=true) children();