$fn=180;
module clock_outline(R) {
difference(){
color("orange")
circle(R);
circle(d=7.8); // hole for clockwork stem
}
clock_outline(130);