summaryrefslogtreecommitdiff
path: root/examples/example007.scad
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-11-26 18:41:48 (GMT)
committerMarius Kintel <marius@kintel.net>2011-11-26 18:41:48 (GMT)
commitc6a6ad46da7cb349422eefbec6bf37a55e9f8cc5 (patch)
tree672710710950952d9740ef545b2bf9176892469c /examples/example007.scad
parent8d97fb3939cae92105f4d83e67cb2030a4256ec2 (diff)
Removed use of deprecated functionality from examples, with a few temporary exceptions
Diffstat (limited to 'examples/example007.scad')
-rw-r--r--examples/example007.scad2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example007.scad b/examples/example007.scad
index 12d2dc2..6a57a3b 100644
--- a/examples/example007.scad
+++ b/examples/example007.scad
@@ -22,7 +22,7 @@ module clip()
// NB! We have to use the deprecated module here since the "dorn"
// layer contains an open polyline, which is not yet supported
// by the import() module.
- dxf_rotate_extrude(
+ rotate_extrude(
file = "example007.dxf",
layer="dorn",
convexity = 3);
contact: Jan Huwald // Impressum