1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 06:08:31 +01: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() {
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() {