mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 09:14:29 +02:00
del unnecessary code
This commit is contained in:
@@ -28,9 +28,6 @@ module rounded_cube(size, corner_r, center = false) {
|
|||||||
half_w = half_y - edge_d;
|
half_w = half_y - edge_d;
|
||||||
half_h = half_z - edge_d;
|
half_h = half_z - edge_d;
|
||||||
|
|
||||||
half_cube_leng = size / 2;
|
|
||||||
half_leng = half_cube_leng - edge_d;
|
|
||||||
|
|
||||||
pair = [1, -1];
|
pair = [1, -1];
|
||||||
corners = [
|
corners = [
|
||||||
for(z = pair)
|
for(z = pair)
|
||||||
|
Reference in New Issue
Block a user