diff options
Diffstat (limited to 'testdata/scad/features/include-test5.scad')
-rw-r--r-- | testdata/scad/features/include-test5.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/scad/features/include-test5.scad b/testdata/scad/features/include-test5.scad index 4f6e656..e4393cb 100644 --- a/testdata/scad/features/include-test5.scad +++ b/testdata/scad/features/include-test5.scad @@ -1,4 +1,4 @@ module test5() { - echo("included from include-test5.scad"); + sphere(r=0.5, $fn=8); } |