diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-26 18:41:48 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-26 18:41:48 (GMT) |
commit | c6a6ad46da7cb349422eefbec6bf37a55e9f8cc5 (patch) | |
tree | 672710710950952d9740ef545b2bf9176892469c /examples/example007.scad | |
parent | 8d97fb3939cae92105f4d83e67cb2030a4256ec2 (diff) |
Removed use of deprecated functionality from examples, with a few temporary exceptions
Diffstat (limited to 'examples/example007.scad')
-rw-r--r-- | examples/example007.scad | 2 |
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); |