From fb001c8752c9c29988f63de63fb58a7c190d79f3 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sun, 29 May 2022 12:11:39 +0800 Subject: [PATCH] change value --- examples/differential_line_growth_bowl.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/differential_line_growth_bowl.scad b/examples/differential_line_growth_bowl.scad index 83cfb9c4..d158ac94 100644 --- a/examples/differential_line_growth_bowl.scad +++ b/examples/differential_line_growth_bowl.scad @@ -11,7 +11,7 @@ use ; $fn = 24; r = 10; -times = 80; +times = 50; line_r = 2; smooth = true; smooth_times = 2;