diff --git a/juqs_alpha_collar.scad b/juqs_alpha_collar.scad index 474539b..d92b1eb 100644 --- a/juqs_alpha_collar.scad +++ b/juqs_alpha_collar.scad @@ -17,8 +17,8 @@ $fn = 100; */ throw_types = [ - [10.425, "A"], - [10.425 / sqrt(2 / 1.4), "AN"] + [10.6, "A"], + [10.6 / sqrt(2 / 1.4), "AN"] ]; -juqs(model = OCTN, collar = STEPPED, throw_type = throw_types[1], shaft_r = (7.2/2)/cos(180/$fn)); +juqs(model = OCTN, collar = FLAT, throw_type = throw_types[1], shaft_r = (7.2/2)/cos(180/$fn)); diff --git a/renders/JUQS-V2.9-OCTN-AN-FLAT.stl b/renders/JUQS-V2.9-OCTN-AN-FLAT.stl new file mode 100644 index 0000000..987e655 Binary files /dev/null and b/renders/JUQS-V2.9-OCTN-AN-FLAT.stl differ diff --git a/renders/JUQS-V2.9-OCTN-AN-STEPPED.stl b/renders/JUQS-V2.9-OCTN-AN-STEPPED.stl new file mode 100644 index 0000000..faca47b Binary files /dev/null and b/renders/JUQS-V2.9-OCTN-AN-STEPPED.stl differ