In the ThreadProfileCmd.py file, at line 585, it uses 4.773. The comment at line 586 then quotes 4.891.
Later on at line 641, it says the default is for M6 x 1 internal. Yet at line 585, internal_or_external="External" is used.
I think the comments do not agree with the code.
At line 661, 4.773 and 4.917 are used. Why the difference between 4.891 and 4.917?
It would be helpful to add a comment at line 644 explicitly spelling out how the four items are used in the following lists.
If I wanted to add M7 x 0.5, for example, is it as simple as adding a single line after line 703 to the Python file?
Thanks.
In the ThreadProfileCmd.py file, at line 585, it uses 4.773. The comment at line 586 then quotes 4.891.
Later on at line 641, it says the default is for M6 x 1 internal. Yet at line 585, internal_or_external="External" is used.
I think the comments do not agree with the code.
At line 661, 4.773 and 4.917 are used. Why the difference between 4.891 and 4.917?
It would be helpful to add a comment at line 644 explicitly spelling out how the four items are used in the following lists.
If I wanted to add M7 x 0.5, for example, is it as simple as adding a single line after line 703 to the Python file?
Thanks.