// Difference removes parts of a shape. // 1. Add a second translated ring that is touching the first one. // 2. (Harder!) Make the Olympic rings. difference(){ cylinder(r=20, h = 10); cylinder(r=15, h = 10); }