From 778bc41afbe6aa1d23dcee77ac866cd0211129c2 Mon Sep 17 00:00:00 2001 From: Adrian Schlatter <10478149+adrianschlatter@users.noreply.github.com> Date: Tue, 9 Jun 2020 18:33:30 +0200 Subject: [PATCH] README: Supported threads / installation * Extended section of supported threads to include UIS-threads. * Clarified installation instructions: Added dir-tree showing how the libraries-folder should look like. --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index 6333850..0802a6a 100644 --- a/README.rst +++ b/README.rst @@ -59,6 +59,14 @@ threadlib: Clone threadlib into the folder 'threadlib' inside your OpenSCAD library folder +Your libraries folder should now look similar to this: + +libraries +├── list-comprehension-demos/ +├── scad-utils/ +├── thread_profile.scad +└── threadlib/ + Usage =========================== @@ -123,6 +131,8 @@ List of supported threads Currently, threadlib knows these threads: - `Metric threads `__ (coarse, fine, and super-fine pitches) M0.25 to M600 +- Unified Inch Screw Threads (UNC, UNF, UNEF, 4-UN, 6-UN, 8-UN, 12-UN, + 16-UN, 20-UN, 28-UN, and 32-UN) - `BSP parallel thread `__ G1/16 to G6 - `PCO-1881 `__ (PET-bottle thread)