module pipe(diam=30, hight=500) { cylinder(d=diam,h=hight,center=true); }; pipe();