Files
rose_and_stem/Stem_short.scad
2019-03-18 12:38:51 -07:00

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);
}