From 931d519f2acc544789184fa5b8569f0bf8093deb Mon Sep 17 00:00:00 2001 From: Jason Bruce Date: Tue, 18 May 2021 07:16:14 -0400 Subject: [PATCH] fix thread size used in example (#48) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 520b49c..5f4b224 100644 --- a/README.rst +++ b/README.rst @@ -139,7 +139,7 @@ case, a cylinder (which is what nut(...) uses): .. code-block:: OpenSCAD - specs = thread_specs("G2 1/2-ext"); + specs = thread_specs("G1/2-ext"); P = specs[0]; Rrot = specs[1]; Dsupport = specs[2]; section_profile = specs[3]; H = (5 + 1) * P;