mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-16 21:58:26 +01:00
change values
This commit is contained in:
parent
582fc09262
commit
8fbf812bca
@ -2,7 +2,7 @@ use <experimental/fibonacci_lattice2.scad>
|
||||
|
||||
num_pts = 5000;
|
||||
thickness = 3;
|
||||
dot_r_scale = 0.00125;
|
||||
dot_r_scale = 0.001;
|
||||
dot_fn = 4;
|
||||
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],
|
||||
@ -128,7 +128,7 @@ difference() {
|
||||
if(dot_r > 0) {
|
||||
translate(r * p)
|
||||
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")
|
||||
linear_extrude(thickness / 2)
|
||||
circle(r);
|
||||
circle(r, $fn = 48);
|
Loading…
x
Reference in New Issue
Block a user