summaryrefslogtreecommitdiff
path: root/examples/example015.scad
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-11-06 01:24:18 (GMT)
committerMarius Kintel <marius@kintel.net>2011-11-06 01:24:18 (GMT)
commite26d87237341ba2c557d651aee02e616abd99781 (patch)
tree3690ea73c3c38d521a521ded5f0dac6b5d4064aa /examples/example015.scad
parent7cfd61c53e7d2ec6219b1af3d642271daed3a79a (diff)
Use new import() statement instead of import_*()
Diffstat (limited to 'examples/example015.scad')
-rw-r--r--examples/example015.scad2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example015.scad b/examples/example015.scad
index b123496..e8ac3a6 100644
--- a/examples/example015.scad
+++ b/examples/example015.scad
@@ -19,7 +19,7 @@ module shape()
rotate(-45) scale([ 0.7, 1.3 ]) circle(5);
}
- import_dxf(file = "example009.dxf", layer = "body",
+ import(file = "example009.dxf", layer = "body",
convexity = 6, scale=2);
}
contact: Jan Huwald // Impressum