aboutsummaryrefslogtreecommitdiff
path: root/parts/foot-90.scad
blob: e4a58f718a43213860e1b9955f5f0bc3aec3645f (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 = 00;
hole_radius = 3;
hole_dist = 8;

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

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