include d1 = 180; d2 = 220; h = 200; t = 1.5; $fn = 360; diff("R") { cyl(d1=d1, d2=d2, h=h); tag("R") up(t) cyl(d1 = d1-2*t, d2=d2-2*t, h=h); }