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:
@@ -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() {
|
||||||
|
Reference in New Issue
Block a user