1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-16 21:58:26 +01:00

change values

This commit is contained in:
Justin Lin 2022-08-06 15:20:49 +08:00
parent 582fc09262
commit 8fbf812bca

View File

@ -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);