You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it is not possible to add a margin to the nut width from the gui
I need more tolerance as I 3D print the parts.
Current work around manually added a tolerance in get_screw_nut_spec in helper.py.
I tried to change your code but although I like your module. Your code style suffers from a lot of boiler plate code...
Look at the function; there is a lot of repetitive patterns.. The style is not optimal... Still I do like your module a lot 👍
Hello,
I did not know this expression, thank you! Yes I am aware that the code is not optimal. I did a bit of refactoring a while ago but I need to continue.
This part of code should be modified and configurable by all because the tolerance depends on the machine used. The tolerances of M2 to M6 screws are the one that corresponds to my use. The others, I put them a bit at random.
it is not possible to add a margin to the nut width from the gui
I need more tolerance as I 3D print the parts.
Current work around manually added a tolerance in get_screw_nut_spec in helper.py.
I tried to change your code but although I like your module. Your code style suffers from a lot of boiler plate code...
Look at the function; there is a lot of repetitive patterns.. The style is not optimal... Still I do like your module a lot 👍
The text was updated successfully, but these errors were encountered: