mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-01 20:40:28 +02:00
change values
This commit is contained in:
@@ -2,7 +2,7 @@ use <experimental/fibonacci_lattice2.scad>
|
|||||||
|
|
||||||
num_pts = 5000;
|
num_pts = 5000;
|
||||||
thickness = 3;
|
thickness = 3;
|
||||||
dot_r_scale = 0.00125;
|
dot_r_scale = 0.001;
|
||||||
dot_fn = 4;
|
dot_fn = 4;
|
||||||
levels = [
|
levels = [
|
||||||
[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255],
|
[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255],
|
||||||
@@ -128,7 +128,7 @@ difference() {
|
|||||||
if(dot_r > 0) {
|
if(dot_r > 0) {
|
||||||
translate(r * p)
|
translate(r * p)
|
||||||
rotate(a)
|
rotate(a)
|
||||||
circle(dot_r + 0.4, $fn = dot_fn);
|
circle(dot_r + 0.3, $fn = dot_fn);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -136,4 +136,4 @@ difference() {
|
|||||||
|
|
||||||
color("black")
|
color("black")
|
||||||
linear_extrude(thickness / 2)
|
linear_extrude(thickness / 2)
|
||||||
circle(r);
|
circle(r, $fn = 48);
|
Reference in New Issue
Block a user