mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-17 12:10:47 +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;
|
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);
|
||||||
|
Reference in New Issue
Block a user