diff --git a/examples/photo_fibonacci_lattice.scad b/examples/photo_fibonacci_lattice.scad index 6c262b98..9bc022b2 100644 --- a/examples/photo_fibonacci_lattice.scad +++ b/examples/photo_fibonacci_lattice.scad @@ -2,7 +2,7 @@ use 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); \ No newline at end of file + circle(r, $fn = 48); \ No newline at end of file