From b0f2445c7891cd387f5222edb8dbae84e690691a Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Wed, 15 Apr 2020 14:05:35 +0800 Subject: [PATCH] rename --- examples/lsystem3_collection.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/lsystem3_collection.scad b/examples/lsystem3_collection.scad index b968c71a..eaa70ffc 100644 --- a/examples/lsystem3_collection.scad +++ b/examples/lsystem3_collection.scad @@ -1,7 +1,7 @@ use ; use ; -for(line = fern_leaf()) { +for(line = fern()) { hull_polyline3d( [line[0], line[1]], thickness = 0.25, @@ -30,7 +30,7 @@ function hilbert_curve(n = 3, angle = 90, leng = 1, heading = 0, start = [0, 0, ) lsystem3(axiom, rules, n, angle, leng, heading, start); -function fern_leaf(n = 8, angle = 4, leng = 1, heading = 0, start = [0, 0, 0]) = +function fern(n = 8, angle = 4, leng = 1, heading = 0, start = [0, 0, 0]) = let( axiom = "EEEA", rules = [