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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user