diff --git a/examples/dragon/dragon_and_pearl.scad b/examples/dragon/dragon_and_pearl.scad index 806cc9e4..3f1821cc 100644 --- a/examples/dragon/dragon_and_pearl.scad +++ b/examples/dragon/dragon_and_pearl.scad @@ -167,6 +167,6 @@ module dragon_and_perl() { mirror([1, 0, 0]) foot(); - translate([-30, 11.5, -15]) + translate([-28.5, 11.5, -15]) polyhedron_hull(fibonacci_lattice(60, 7)); } \ No newline at end of file