difference() { translate( v=[0,0,6] ) { cylinder( r=10, h=6, center=true ); } translate( v=[0,0,8] ) { cylinder( r=7.5, h=8,center=true ); } }