openscad/testdata/modulecache-tests/moduleoverload.scad

8 lines
72 B
OpenSCAD
Raw Normal View History

2012-08-22 07:21:02 +04:00
use <mymodule-lib.scad>
module mymodule() {
sphere();
}
mymodule();