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

radius = 8.25;
wall = 6;
len = 40;
angles = [0, 90];

star_connector(radius, wall, len, angles);