openscad/testdata/scad/misc/include-test5.scad

5 lines
43 B
OpenSCAD

module test5()
{
sphere(r=0.5, $fn=8);
}