chiark / gitweb /
air-hockey-puck: wip
[reprap-play.git] / m8-thin-washer.scad
1 // -*- C -*-
2
3 include <utils.scad>
4
5 $fa = 1;
6 $fs = 0.1;
7
8 linextr(0, 0.425 + 0.125 * 2) {
9   difference(){
10     circle(r=  15        /2);
11     circle(r= (8 + 0.5)  /2);
12   }
13 }