diff --git a/examples/turtle/lsystem3_collection.scad b/examples/turtle/lsystem3_collection.scad index c7389c2e..7af52f66 100644 --- a/examples/turtle/lsystem3_collection.scad +++ b/examples/turtle/lsystem3_collection.scad @@ -3,7 +3,7 @@ use use for(line = dedup(hilbert_curve())) { - polyline_join([line[0], line[1]]) + polyline_join(line) sphere(.25, $fn = 4); }