mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Removed echo.
This commit is contained in:
parent
762eb88d3d
commit
a71278af3d
2 changed files with 1 additions and 2 deletions
|
@ -554,7 +554,6 @@ function segs(r) =
|
||||||
// }
|
// }
|
||||||
module no_children(count) {
|
module no_children(count) {
|
||||||
assert($children==0, "Module no_children() does not support child modules");
|
assert($children==0, "Module no_children() does not support child modules");
|
||||||
echo(parents=$parent_modules);
|
|
||||||
if ($parent_modules>0) {
|
if ($parent_modules>0) {
|
||||||
assert(count==0, str("Module ",parent_module(1),"() does not support child modules"));
|
assert(count==0, str("Module ",parent_module(1),"() does not support child modules"));
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,548];
|
BOSL_VERSION = [2,0,549];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
|
Loading…
Reference in a new issue