1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-11 17:24:20 +02:00

del unnecessary code

This commit is contained in:
Justin Lin
2021-08-30 08:09:29 +08:00
parent 9850227fe4
commit 0494ef7f32

View File

@@ -27,9 +27,6 @@ module rounded_cube(size, corner_r, center = false) {
half_l = half_x - edge_d; half_l = half_x - edge_d;
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 = [