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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user