diff --git a/juqs_collar.scad b/juqs_collar.scad index 44c8a93..7349eb0 100644 --- a/juqs_collar.scad +++ b/juqs_collar.scad @@ -10,21 +10,21 @@ short_collar = [8.7, [1.6, 0.5], false]; //full_collar = 18; full_collar = [18, [4.6, 0.5], false]; stepped_collar = [8.7, [2.6, 0.5], true]; +flush_collar = [8.7 + 5.8, [2.6, 0.5], false]; shaft_r = (9/2)/cos(180/$fn); //shaft_r = 9/2; throw_types = [ - [10.75, "B"], //as close a match as possible to original Bandit design, originally achieved in "1E" revision, and cleaned up for "1G" - [10.75 / sqrt(2), "S"], - [10.75 / sqrt(2 / 1.4), "SN"] + [10, "B"], + [10 / sqrt(2), "S"], + [10 / sqrt(2 / 1.4), "SN"] ]; grommet_dist = 6.8; //distance the grommet sits below this component grommet_depth = 6.4; //thickness of grommet (when compressed) -pivot_fix = 0; // amount to lower hollow pivot, to prevent hitting low -pivot_depth = grommet_dist + grommet_depth / 2 + pivot_fix; +pivot_depth = grommet_dist + grommet_depth / 2; -VERSION = "V2.2.1"; +VERSION = "V2.6"; CIR = "CIR"; SQR = "SQR"; @@ -34,6 +34,7 @@ OCTN = "OCTN"; SQRN = "SQRN"; juqs(model = OCTN, ver = VERSION, collar = stepped_collar, throw_type= throw_types[2]); + /* translate([40,0,0]) juqs(model = SQR, ver = VERSION, collar = short_collar, throw_type= throw_types[0]); diff --git a/renders/2.4-GROUP-PRINT.3mf b/renders/2.4-GROUP-PRINT.3mf new file mode 100644 index 0000000..c46535e Binary files /dev/null and b/renders/2.4-GROUP-PRINT.3mf differ diff --git a/renders/JUQS-OCTN-SN-V2.4-FLUSH.stl b/renders/JUQS-OCTN-SN-V2.4-FLUSH.stl new file mode 100644 index 0000000..9a0699b Binary files /dev/null and b/renders/JUQS-OCTN-SN-V2.4-FLUSH.stl differ diff --git a/renders/JUQS-OCTN-SN-V2.4-FULL.stl b/renders/JUQS-OCTN-SN-V2.4-FULL.stl new file mode 100644 index 0000000..5650943 Binary files /dev/null and b/renders/JUQS-OCTN-SN-V2.4-FULL.stl differ diff --git a/renders/JUQS-OCTN-SN-V2.4-SHORT.stl b/renders/JUQS-OCTN-SN-V2.4-SHORT.stl new file mode 100644 index 0000000..dd5eb9f Binary files /dev/null and b/renders/JUQS-OCTN-SN-V2.4-SHORT.stl differ diff --git a/renders/JUQS-OCTN-SN-V2.4-STEPPED.stl b/renders/JUQS-OCTN-SN-V2.4-STEPPED.stl new file mode 100644 index 0000000..e67afde Binary files /dev/null and b/renders/JUQS-OCTN-SN-V2.4-STEPPED.stl differ diff --git a/renders/base.stl b/renders/base.stl new file mode 100644 index 0000000..a0ed7f8 Binary files /dev/null and b/renders/base.stl differ