diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-11-06 14:26:59 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-11-06 14:26:59 (GMT) |
commit | 31a97f34e1122690cbad2c9bf01f3ede6d3da135 (patch) | |
tree | d34435cb6eada42b83aed18a9e83083b43efd8cb /examples/example012.scad | |
parent | 9ab95e6d7230dc5deb06a8e6e3f647e8b48b87c6 (diff) | |
parent | a221eeee99ca772605c0ac6473cae2466e4cc07a (diff) |
Merge remote branch 'upstream/master'
Diffstat (limited to 'examples/example012.scad')
-rw-r--r-- | examples/example012.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example012.scad b/examples/example012.scad index 677154a..78ff058 100644 --- a/examples/example012.scad +++ b/examples/example012.scad @@ -8,5 +8,5 @@ difference() sphere(20); translate([ -2.92, 0.5, +20 ]) rotate([180, 0, 180]) - import_stl("example012.stl", convexity = 5); + import("example012.stl", convexity = 5); } |