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

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

star_connector(radius, wall, len, angles);