mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-07-31 09:10:27 +02:00
Removed debugging echo() in cyl()
This commit is contained in:
@@ -1398,7 +1398,6 @@ function cyl(
|
|||||||
cp2 = [r2,+l/2],
|
cp2 = [r2,+l/2],
|
||||||
dy1 = abs(first_defined([chamf1l, round1, 0])),
|
dy1 = abs(first_defined([chamf1l, round1, 0])),
|
||||||
dy2 = abs(first_defined([chamf2l, round2, 0])),
|
dy2 = abs(first_defined([chamf2l, round2, 0])),
|
||||||
ffffff=echo(chamf1r=chamf1r, chamf1l=chamf1l, r1=r1),
|
|
||||||
checks2 =
|
checks2 =
|
||||||
assert(is_finite(round1), "rounding1 must be a finite number if given.")
|
assert(is_finite(round1), "rounding1 must be a finite number if given.")
|
||||||
assert(is_finite(round2), "rounding2 must be a finite number if given.")
|
assert(is_finite(round2), "rounding2 must be a finite number if given.")
|
||||||
|
Reference in New Issue
Block a user