1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-16 11:44:50 +02:00

shell_random_threshold default to 0.5

This commit is contained in:
Justin Lin
2021-09-18 16:22:12 +08:00
parent 26fcdbe8e3
commit d0bc8c0f7f

View File

@@ -11,7 +11,7 @@ radius_in_plane = basket_radius / 1.25 / cos(36);
n = 4; n = 4;
line_diameter = 2; line_diameter = 2;
shell = "YES"; shell = "YES";
shell_random_threshold = 0.4; shell_random_threshold = 0.5;
$fn = 4; $fn = 4;
penrose_basket(basket_radius, radius_in_plane, n, line_diameter, shell, shell_random_threshold); penrose_basket(basket_radius, radius_in_plane, n, line_diameter, shell, shell_random_threshold);