fix thread size used in example (#48)

This commit is contained in:
Jason Bruce
2021-05-18 07:16:14 -04:00
committed by GitHub
parent bb860b61a2
commit 931d519f2a

View File

@@ -139,7 +139,7 @@ case, a cylinder (which is what nut(...) uses):
.. code-block:: OpenSCAD .. 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]; P = specs[0]; Rrot = specs[1]; Dsupport = specs[2];
section_profile = specs[3]; section_profile = specs[3];
H = (5 + 1) * P; H = (5 + 1) * P;