openscad/testdata/modulecache-tests/mymodule-lib.scad

4 lines
52 B
OpenSCAD
Raw Normal View History

2012-08-22 07:21:02 +04:00
module mymodule() {
2014-02-10 11:18:07 +04:00
cylinder(r=5, center=true);
2012-08-22 07:21:02 +04:00
}