-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the proper way to add additional pulley, belt, etc. definitions #265
Comments
You could move your new pulley definition to your own library to avoid modifying NopSCADlib but if you share the definition I could add it to NopSCADlib for you. |
D'ohh that sounds almost too easy, I'll try. Thanks. Regarding the definitions: These are some random Aliexpress pulleys, I think they don't follow any standard so I guess it doesn't make sense to add them to the lib. I have officially Gates approved pulleys ordered though, when they arrive I can measure them and give you the dimensions, these should have standard Gates dimensions. |
Thanks. I will add them. I will need to change the code because I had assumed GT2 was 2mm pitch but GT3 is also. So the current code would show GT2 on the BOM entry. |
I have added your belts. |
For example I would like to add a pulley for GT2 12mm belts in: https://github.com/nophead/NopSCADlib/blob/master/vitamins/pulleys.scad
I can just do it in that file and it works fine, but how to do it in a cleaner way, i.e. without modyfing the nopscad lib itself?
The text was updated successfully, but these errors were encountered: