difference() {
cylinder(h = 35, r = 28, center = true);
rotate([0, 0, 0])
cylinder(30, r = 9, center = true);
cylinder(30, r = 25, center = true);
}