1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-05 14:27:45 +02:00

change params

This commit is contained in:
Justin Lin
2021-06-15 20:32:49 +08:00
parent 036a84606f
commit 0f5fb100cc

View File

@@ -3,11 +3,11 @@ use <shape_starburst.scad>;
r1 = 12; r1 = 12;
r2 = 8; r2 = 8;
n = 6; n = 6;
number_of_stars = 10; number_of_stars = 2;
height = 20; height = 20;
thickness = 1.5; thickness = 1;
spacing = 0.5 * thickness; spacing = thickness;
slope = 0.375; slope = 0.35;
/* /*
r1 = 12; r1 = 12;
@@ -15,9 +15,9 @@ r2 = 9.55;
n = 8; n = 8;
number_of_stars = 10; number_of_stars = 10;
height = 20; height = 20;
thickness = 1.5; thickness = 1;
spacing = 0.5 * thickness; spacing = thickness;
slope = 0.25; slope = 0.26;
*/ */
fidget_star(r1, r2, n, number_of_stars, height, thickness, spacing, slope); fidget_star(r1, r2, n, number_of_stars, height, thickness, spacing, slope);