module clock_circle(D, bool) { difference(){ color("burlywood") circle(D); if (bool) circle(d=0.7); } } //clock_circle(12, true);