mirror of
https://github.com/adrianschlatter/threadlib.git
synced 2025-08-11 05:04:01 +02:00
fix thread size used in example (#48)
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user