summaryrefslogtreecommitdiff
path: root/example.scad
diff options
context:
space:
mode:
Diffstat (limited to 'example.scad')
-rw-r--r--example.scad4
1 files changed, 2 insertions, 2 deletions
diff --git a/example.scad b/example.scad
index 7a80a5d..8a1fad4 100644
--- a/example.scad
+++ b/example.scad
@@ -24,8 +24,8 @@ module test001()
module test002()
{
difference() {
- cube(1);
- trans([0.5, 0.5, 0.5]) cube(1);
+ cube([2 2 0.5]);
+ cube([0.5 0.5 2]);
}
}
contact: Jan Huwald // Impressum