diff --git a/examples/turtle/hilbert_dragon.scad b/examples/turtle/hilbert_dragon.scad index 027e7b80..8b2cd817 100644 --- a/examples/turtle/hilbert_dragon.scad +++ b/examples/turtle/hilbert_dragon.scad @@ -1,3 +1,4 @@ +use ; use ; use ; use ; @@ -13,6 +14,7 @@ module hilbert_dragon() { module scales(ang, leng, radius, height, thickness) { module one_scale() { rotate([0, ang, 0]) + shear(sx = [0, -1.5]) linear_extrude(thickness, center = true) scale([leng, 1]) circle(1, $fn = 4);