1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-06 14:56:47 +02:00

removed echo

This commit is contained in:
Justin Lin
2017-05-16 07:39:38 +08:00
parent 8d417bc3de
commit 44d62f081c

View File

@@ -54,8 +54,6 @@ module polysections(sections, triangles = "SOLID") {
pt
];
echo(side_indexes(sects));
polyhedron(
v_pts,
concat([first_idxes], side_indexes(sects), [last_idxes])