1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-06 14:56:47 +02:00

don't diff

This commit is contained in:
Justin Lin
2021-06-25 08:12:46 +08:00
parent ae21c27cfe
commit e30b57343c

View File

@@ -32,13 +32,12 @@ module spiral_cube(leng, leng_diff, min_leng) {
} }
} }
module spiral_squares() { module spiral_squares() {
difference() { translate([0, 0, -half_leng])
translate([0, 0, -half_leng]) spiral_stack(leng)
spiral_stack(leng) translate([0, 0, thickness / 2])
translate([0, 0, thickness / 2]) cube([leng , leng, thickness * 1.01], center = true);
cube([leng , leng, thickness * 1.01], center = true);
}
} }
module pair_spiral_squares() { module pair_spiral_squares() {