aboutsummaryrefslogtreecommitdiff
path: root/parts/foot-60-end.scad
blob: 1b49d59db5f07e0549117b955295ceecfe628f5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include <../lib/connectors.scad>

radius = 8.25;
wall = 6;
len = 40;
foot_radius = 30;
foot_height = 8;
angle = 30;
hole_radius = 3;
hole_dist = 8;

end = true;
hole = true;
circlet = true;

foot(radius,wall,len,foot_radius,foot_height,angle,hole_radius,hole_dist,end=end,hole=hole,circlet=circlet);