Skip to content

Commit ff42145

Browse files
Merge pull request #1674 from amatulic/general_dev
Fixed cap2 logic typo in vnf_tri_array module
2 parents 199ade4 + 1d78776 commit ff42145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vnf.scad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ module vnf_tri_array(
554554
limit_bunching=true,
555555
convexity=2, cp="centroid", anchor="origin", spin=0, orient=UP, atype="hull")
556556
{
557-
vnf = vnf_tri_array(points=points, caps=caps, cap1=cap2, cap2=cap2,
557+
vnf = vnf_tri_array(points=points, caps=caps, cap1=cap1, cap2=cap2,
558558
col_wrap=col_wrap, row_wrap=row_wrap, reverse=reverse,
559559
limit_bunching = limit_bunching);
560560
vnf_polyhedron(vnf, convexity=convexity, cp=cp, anchor=anchor, spin=spin, orient=orient, atype=atype) children();

0 commit comments

Comments
 (0)