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:
parent
ae21c27cfe
commit
e30b57343c
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user