mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-22 22:35:18 +02:00
del unnecessary code
This commit is contained in:
@@ -26,7 +26,6 @@ module maze_tower() {
|
|||||||
mz_leng = len(mz);
|
mz_leng = len(mz);
|
||||||
outThetaStep = 360 / len(mz[rows - 1]);
|
outThetaStep = 360 / len(mz[rows - 1]);
|
||||||
r = cell_width * (rows + 1);
|
r = cell_width * (rows + 1);
|
||||||
outfa = outThetaStep / r;
|
|
||||||
|
|
||||||
module maze() {
|
module maze() {
|
||||||
for(rows = mz) {
|
for(rows = mz) {
|
||||||
|
Reference in New Issue
Block a user