mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-12 01:34:12 +02:00
change params
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user