//coloured tap washers //print one blue and one red //place over washing machine taps OD=16; // 14.06 to 20.93 ID=5.33; //4.69 to 5.33 $fn=50; difference(){ cylinder(r=OD/2,h=1); cylinder(r=ID/2,h=1); }