1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-13 18:24:28 +02:00

remove echo

This commit is contained in:
Justin Lin
2019-05-13 09:47:35 +08:00
parent 7b1a683c74
commit f985e13231

View File

@@ -65,8 +65,6 @@ module path_extrude(shape_pts, path_pts, triangles = "SOLID", twist = 0, scale =
m_rotation(ang_vect[0], ang_vect[1])
];
echo(rot_matrice);
leng_rot_matrice = len(rot_matrice);
leng_rot_matrice_minus_one = leng_rot_matrice - 1;
leng_rot_matrice_minus_two= leng_rot_matrice - 2;