1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-12 17:54:18 +02:00

delete echo

This commit is contained in:
Justin Lin
2020-10-05 17:04:49 +08:00
parent baa2603b7d
commit d722be36f8

View File

@@ -106,7 +106,6 @@ function _convex_hull3(pts) =
v3 = v3_d[0],
___ = assert(v3 < leng, "coplanar points"),
d = v3_d[1],
______ = echo(v0, v1, v2, v3),
fst_tetrahedron = d > 0 ? [
[v1, v0, v2],
[v0, v1, v3],