summaryrefslogtreecommitdiff
path: root/example.scad
diff options
context:
space:
mode:
Diffstat (limited to 'example.scad')
-rw-r--r--example.scad6
1 files changed, 4 insertions, 2 deletions
diff --git a/example.scad b/example.scad
index 0e844b2..b37f4a6 100644
--- a/example.scad
+++ b/example.scad
@@ -78,5 +78,7 @@ module test005()
// test005();
-$fs_preview = 1;
-sphere(5);
+difference() {
+ cube(8, center = true);
+ sphere(5);
+}
contact: Jan Huwald // Impressum