mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-09-25 22:09:12 +02:00
del unnecessary code
This commit is contained in:
@@ -37,11 +37,7 @@ module spiral_cube(leng, leng_diff, min_leng) {
|
|||||||
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], center = true);
|
cube([leng , leng, thickness * 1.01], center = true);
|
||||||
|
|
||||||
translate([0, 0, 0.001])
|
|
||||||
linear_extrude(leng)
|
|
||||||
square(leng, center = true);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user