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
+24
View File
@@ -0,0 +1,24 @@
include<collar_types.scad>
use<juqs_collar.scad>;
$fn = 100;
/*
Measurements
grommet_z = 6.5
collar_base_to_grommet_z = 7.6 - 2.8 = 4.8
pivot depth = 6.5 / 2 + 4.8 = 8.05
shaft_d = 7.2
stock_collar_upper_d = 12.5
stock_collar_height = 2.1
*/
throw_types = [
[10.425, "A"],
[10.425 / sqrt(2 / 1.4), "AN"]
];
juqs(model = OCTN, collar = STEPPED, throw_type = throw_types[1], shaft_r = (7.2/2)/cos(180/$fn));