From d0bc8c0f7f69e8d709e8cd480344ac501086e636 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sat, 18 Sep 2021 16:22:12 +0800 Subject: [PATCH] shell_random_threshold default to 0.5 --- examples/tiles/penrose_basket.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tiles/penrose_basket.scad b/examples/tiles/penrose_basket.scad index ad3d6982..1800704e 100644 --- a/examples/tiles/penrose_basket.scad +++ b/examples/tiles/penrose_basket.scad @@ -11,7 +11,7 @@ radius_in_plane = basket_radius / 1.25 / cos(36); n = 4; line_diameter = 2; shell = "YES"; -shell_random_threshold = 0.4; +shell_random_threshold = 0.5; $fn = 4; penrose_basket(basket_radius, radius_in_plane, n, line_diameter, shell, shell_random_threshold);