1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-12 01:34:12 +02:00

change params

This commit is contained in:
Justin Lin
2021-06-16 08:58:22 +08:00
parent 9f44991ccf
commit 88132600fe

View File

@@ -1,7 +1,7 @@
use <shape_starburst.scad>; use <shape_starburst.scad>;
r1 = 12; r1 = 12;
r2 = 8; r2 = 9.5;
n = 6; n = 6;
number_of_stars = 10; number_of_stars = 10;
height = 20; height = 20;
@@ -11,7 +11,7 @@ slope = 0.35;
/* /*
r1 = 12; r1 = 12;
r2 = 9.55; r2 = 10;
n = 8; n = 8;
number_of_stars = 10; number_of_stars = 10;
height = 20; height = 20;