diff options
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); |