mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-01 13:50:33 +02:00
Moved no_children to common.scad, and changed references to
echo_warning in skin.scad and polyhedra.scad.
This commit is contained in:
@@ -710,7 +710,7 @@ function regular_polyhedron_info(
|
||||
info == "center" ? translation :
|
||||
info == "type" ? entry[class] :
|
||||
info == "name" ? entry[pname] :
|
||||
echo_warning(str("Unknown info type '",info,"' requested"));
|
||||
assert(false, str("Unknown info type '",info,"' requested"));
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user