7 lines
150 B
OpenSCAD
7 lines
150 B
OpenSCAD
intersection()
|
|
{
|
|
translate([16.5,-50,0])
|
|
import("Stem.stl");
|
|
translate([0,0,80])
|
|
cylinder(d=30, h=160, $fn=30, center=true);
|
|
} |