openscad/testdata/modulecache-tests/modulewithinclude.scad

6 lines
67 B
OpenSCAD

include <radius.scad>
module mymodule() {
cylinder(r=RADIUS);
}