Improve individual part rendering

This commit is contained in:
Quinn
2022-02-06 16:47:15 -08:00
parent 9625b42172
commit a098affecc
23 changed files with 137948 additions and 55 deletions
+9 -3
View File
@@ -17,8 +17,14 @@ $fn = 100;
*/
throw_types = [
[10.6, "A"],
[10.6 / sqrt(2 / 1.4), "AN"]
[12, "A"],
[12 / sqrt(2 / 1.4), "AN"]
];
juqs(model = OCTN, collar = FLAT, throw_type = throw_types[1], shaft_r = (7.2/2)/cos(180/$fn));
juqs(model = OCTN, collar = STEPPED, throw_type = throw_types[0], shaft_r = (7.2/2)/cos(180/$fn), pivot_depth = 8.05);
/*
translate([0,0,-8.05])
rotate([throw_types[0][0],0,0])
cylinder(h=100, r=(7.2/2)/cos(180/$fn));
*/