diff --git a/examples/taiwan/spiral_cube.scad b/examples/taiwan/spiral_cube.scad index c86469e3..732f1ad4 100644 --- a/examples/taiwan/spiral_cube.scad +++ b/examples/taiwan/spiral_cube.scad @@ -32,13 +32,12 @@ module spiral_cube(leng, leng_diff, min_leng) { } } - module spiral_squares() { - difference() { - translate([0, 0, -half_leng]) - spiral_stack(leng) - translate([0, 0, thickness / 2]) - cube([leng , leng, thickness * 1.01], center = true); - } + module spiral_squares() { + translate([0, 0, -half_leng]) + spiral_stack(leng) + translate([0, 0, thickness / 2]) + cube([leng , leng, thickness * 1.01], center = true); + } module pair_spiral_squares() {