mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-07 07:16:36 +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])
|
||||
spiral_stack(leng)
|
||||
translate([0, 0, thickness / 2])
|
||||
cube([leng , leng, thickness], center = true);
|
||||
|
||||
translate([0, 0, 0.001])
|
||||
linear_extrude(leng)
|
||||
square(leng, center = true);
|
||||
cube([leng , leng, thickness * 1.01], center = true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user