aboutsummaryrefslogtreecommitdiff
path: root/parts/t_connector-90.scad
blob: c5a33a387912d7f2472ec5064b0e67280ddecfe9 (plain)
1
2
3
4
5
6
7
8
9
include <../lib/connectors.scad>

radius = 8.25;
wall = 6;
len = 30;
angle = 90;

t_connector(radius, wall, len, angle);