example012.scad 286 B

123456789101112
  1. // example012.stl is Mblock.stl, (c) 2009 Will Langford
  2. // licensed under the Creative Commons - GNU GPL license.
  3. // http://www.thingiverse.com/thing:753
  4. difference()
  5. {
  6. sphere(20);
  7. translate([ -2.92, 0.5, +20 ]) rotate([180, 0, 180])
  8. import("example012.stl", convexity = 5);
  9. }