1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-11 17:24:20 +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>;
r1 = 12;
r2 = 8;
r2 = 9.5;
n = 6;
number_of_stars = 10;
height = 20;
@@ -11,7 +11,7 @@ slope = 0.35;
/*
r1 = 12;
r2 = 9.55;
r2 = 10;
n = 8;
number_of_stars = 10;
height = 20;