thickness = 1; radius = 1; length = 4; cylinder(r = radius, h=length, center=true, $fn=100); cylinder(r = radius + thickness, h=length + thickness, center=true, $fn=100);