Add 2-piece adapter and alpha collar

This commit is contained in:
Quinn
2022-02-05 12:05:07 -08:00
parent f3dc9ff472
commit 29d5dc173e
8 changed files with 90 additions and 41 deletions
+14
View File
@@ -0,0 +1,14 @@
SHORT = [8.7, [1.6, 0.5], false];
FULL = [18, [4.6, 0.5], false];
STEPPED = [8.7, [2.6, 0.5], true];
FLAT = [2.1 + 2.8, [0.5, 0.5], false];
FLUSH = [8.7 + 5.8, [2.6, 0.5], false];
ISLAND = [8.7 + 5.8 + 1, [2.6, 0.5], false];
CIR = "CIR";
SQR = "SQR";
OCT = "OCT";
OCTR = "OCTR";
OCTN = "OCTN";
SQRN = "SQRN";