diff options
Diffstat (limited to 'examples/example012.scad')
-rw-r--r-- | examples/example012.scad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/example012.scad b/examples/example012.scad new file mode 100644 index 0000000..d77b391 --- /dev/null +++ b/examples/example012.scad @@ -0,0 +1,12 @@ + +// example012.stl is Mblock.stl, (c) 2009 Will Langford +// licensed under the Creative Commons - GNU GPL license. +// http://www.thingiverse.com/thing:753 + +difference() +{ + sphere(20); + + translate([ -2.92 0.5 +20 ]) rotate([180 0 180]) + import_stl("example012.stl", convexity = 5); +} |