You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
-**Clean‑room & standards‑based.** Written from public engineering standards only (ISO 68‑1, ISO 261/262, ISO 273, ISO 4032, ISO 4762, ISO 7089, ISO 10642, ASME B1.1). No third‑party thread library was copied or consulted — see [REFERENCES.md](REFERENCES.md).
23
23
-**Manifold by construction.** The thread surface is a helical *height‑field* turned into one closed `polyhedron` (no boolean unions to go non‑manifold). It renders cleanly and slices.
24
24
-**Printable‑first.** Fit clearance, internal‑oversize / external‑undersize compensation, lead‑in chamfers, rounded roots, and `$fn/$fa/$fs` resolution are all parameters.
25
-
-**Batteries included.**Presets **M2–M64** + common fine pitches + UNC/UNF, plus bolts (hex/socket/**Phillips**), nuts, washers, countersunk & wood screws, **augers**, clearance/counterbore/countersink holes, standoffs, couplers, child‑difference wrappers (`tq_tap`/`tq_drill`/…), and a debug view. Custom flank **angle**, explicit **tooth_height**, and**taper** round out the profile controls.
25
+
-**Batteries included.****101 presets** (M1.6–M64 coarse + full ISO 261 fine + UNC/UNF#0–1″), plus bolts (hex/socket/**Phillips**), nuts, washers, countersunk & wood screws, **augers**, clearance/counterbore/countersink holes, standoffs, couplers, child‑difference wrappers (`tq_tap`/`tq_drill`/…), and a debug view. Profile control: custom flank **angle**, **tooth_height**, **minor_d**,**taper**, and optional **ISO 965 `fit=`** allowance.
26
26
-**MIT licensed** → permissive *and* GPL‑2.0‑compatible, so it drops into a GPL‑2.0‑only project (e.g. TinkerQuarry) unchanged.
Copy file name to clipboardExpand all lines: docs/index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ <h2>Why tq-threads</h2>
90
90
<divclass="card"><h3>🧩 Manifold by construction</h3><p>The thread surface is a helical height-field turned into one closed <code>polyhedron</code> — no boolean unions to go non-manifold. It renders cleanly and slices.</p></div>
91
91
<divclass="card"><h3>📐 Standards-based, clean-room</h3><p>Built only from public standards (ISO 68-1/261/262/273/4032/4762/7089/10642, ASME B1.1). No third-party thread library was copied or consulted.</p></div>
92
92
<divclass="card"><h3>🖨️ Printable-first</h3><p>Fit clearance, internal-oversize / external-undersize compensation, lead-in chamfers, rounded roots, and real <code>$fn/$fa/$fs</code> are all parameters.</p></div>
93
-
<divclass="card"><h3>🔩 Batteries included</h3><p>Presets <strong>M2–M64</strong>+ fine + UNC/UNF, plus bolts, nuts, washers, countersunk & wood screws, clearance/counterbore/countersink holes, standoffs, couplers — and v0.3 adds <strong>augers, Phillips drives, tapered & custom‑angle threads,</strong> and child‑difference <code>tq_tap</code>/<code>tq_drill</code> wrappers.</p></div>
93
+
<divclass="card"><h3>🔩 Batteries included</h3><p><strong>101 presets</strong>(M1.6–M64 coarse + full ISO 261 fine + UNC/UNF #0–1″), plus bolts, nuts, washers, countersunk & wood screws, augers, Phillips drives, clearance/counterbore/countersink holes, standoffs, couplers, and child‑difference <code>tq_tap</code>/<code>tq_drill</code> wrappers. v0.4 adds an optional <strong>ISO 965 <code>fit=</code></strong> allowance, <code>minor_d</code>, taper & custom flank angle.</p></div>
94
94
<divclass="card"><h3>⚖️ MIT licensed</h3><p>Permissive <em>and</em> GPL-2.0-compatible, so it drops into a GPL-2.0-only project (e.g. TinkerQuarry) unchanged.</p></div>
95
95
<divclass="card"><h3>✅ Tested & CI</h3><p>Compile-time preset assertions, split fast/heavy suites, a PowerShell render-proof, and GitHub Actions rendering on every push.</p></div>
96
96
</div>
@@ -151,7 +151,7 @@ <h3 style="margin-top:18px">Migrating from <code>threads.scad</code>?</h3>
0 commit comments