remove debug echo and update test for circum

This commit is contained in:
Adrian Mariano
2022-02-02 06:09:11 -05:00
parent 68d911618b
commit 42e5ca0f04
2 changed files with 1 additions and 2 deletions

View File

@@ -1771,7 +1771,6 @@ function _dual_vertices(vnf) =
function spheroid(r, style="aligned", d, circum=false, anchor=CENTER, spin=0, orient=UP) =
let(
ff=echo("running sphereoid with ",circum=circum),
r = get_radius(r=r, d=d, dflt=1),
hsides = segs(r),
vsides = max(2,ceil(hsides/2)),