1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-22 06:13:10 +02:00

del unnecessary code

This commit is contained in:
Justin Lin
2021-07-17 20:04:48 +08:00
parent 780ecc3c06
commit 7b6e873b2a

View File

@@ -26,7 +26,6 @@ module maze_tower() {
mz_leng = len(mz);
outThetaStep = 360 / len(mz[rows - 1]);
r = cell_width * (rows + 1);
outfa = outThetaStep / r;
module maze() {
for(rows = mz) {