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 = false; hole = true; circlet = true; foot(radius,wall,len,foot_radius,foot_height,angle,hole_radius,hole_dist,end=end,hole=hole,circlet=circlet);