blob: 677154ac5e449276f398c06e6f4e6dfaff0e45b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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);
}
  |