1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-04-13 18:51:53 +02:00

change default values

This commit is contained in:
Justin Lin 2021-09-19 10:40:12 +08:00
parent 44165275e7
commit 66d02d02e2

View File

@ -10,9 +10,9 @@ basket_radius = 40;
radius_in_plane = basket_radius;
n = 4;
line_diameter = 2;
line_diameter = 3;
bottom_radius = 8;
bottom_height = 3;
bottom_height = 4;
shell_random_threshold = 0.5; // 0 ~ 1
$fn = 4;