chiark / gitweb /
trailerhubcap wip
[reprap-play.git] / trailerhubcap.scad
1 mainrad = 28.4;
2 poleholeh = 5.0;
3 polecovth = 0.4;
4 poleholerad = 6;
5   
6 mainth = poleholeh + polecovth;
7
8 rotate_extrude(convexity=10)
9   mirror([1,0,0])
10   polygon(points=[[-mainrad/2, 0],
11                   [-mainrad/2 + mainth, -mainth],
12                   [0, -mainth],
13                   [0, -poleholeh],
14                   [-poleholerad, -poleholeh],
15                   [-poleholerad, 0]]);