From 995c9cc6e0ce1cfdbde262405da4eea8eb77f519 Mon Sep 17 00:00:00 2001 From: Adrian Schlatter Date: Sat, 13 Apr 2019 18:36:00 +0200 Subject: [PATCH] Added links to README.rst --- README.rst | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 2ba65ae..e55d10e 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,8 @@ .. image:: docs/imgs/logo.png :alt: bolt-in-nut logo -threadlib is a library of standard threads for OpenSCAD. It is based on Helges +threadlib is a library of standard threads for `OpenSCAD +`__. It is based on Helges excellent `threadprofile.scad `__ to create nice threads with lead-in / lead-out tapers. Check out his `article on @@ -9,9 +10,13 @@ generating nice threads `__ on Hackaday. -In contrast to other thread libraries, threadlib does not make you look up -diameters and pitches and maybe even thread-profiles in tables and norms: It has -these tables built in. +In contrast to other thread libraries such as `openscad-threads +`__, `yet another thread library +`__, 'threads for screws and nuts V1 +`__, and `threading.scad +`__, threadlib does not make you look +up diameters and pitches and maybe even thread-profiles in tables and norms: It +has these tables built in. Creating a thread is as simple as @@ -75,7 +80,7 @@ To create a bolt (without head) with 5 turns of M4 thread: .. image:: docs/imgs/bolt-M4.png :alt: Bolt with M4 thread -See these nice lead-in / lead-outs? Try a nut (this time using the default +See these nice lead-in / lead-out tapers? Try a nut (this time using the default argument for higbee_arc): .. code-block:: OpenSCAD @@ -154,6 +159,7 @@ for addition to threadlib! Change Log =========================== -- 0.2: Metric threads, PCO-1881 -- 0.1: Initial release supporting BSP parallel thread +- 0.2: `Metric threads `__, `PCO-1881 `__ +- 0.1: Initial release supporting `BSP parallel thread + `__