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:
@@ -33,12 +33,11 @@ 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 pair_spiral_squares() {
|
||||
|
Reference in New Issue
Block a user