-
Notifications
You must be signed in to change notification settings - Fork 167
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
LED meter model differ from measured one #294
Comments
It must be a slightly different version because I used them in a project and that is where I got the dimension from. So we would need a different model adding. Not sure what it would be called though! |
That's the problem with these items, they all clone each other but with varying details… Maybe passing default dimensions and allowing to override them… |
It would be a bit odd to do that because it is a different object, so should have a new object definition as that is how everything else works in the library. Also it makes people aware there are different versions when they use it so they are more likely to not get s surprise when they don't fit. |
How would we go about naming them? I just home we don't end up with 20 of them. |
You can name with the important dimensions that change. E.g. led_meter23x11x26 |
As I did with the rocker yeah… Should we keep the original for compatibility and add it with dimensions as an alias? |
With the rocker you just called it micro and put the dimensions in the description. I was suggesting making the name from the important dimensions as well. Yes you could add an alias for the original and rename it. |
when replacing my own model from the measurements I made with the one from the lib, I noticed mine was larger by quite a few mm… i measured 32.7mm total length, 10.5mm width though, so a little smaller.
Should we account for the larger one? But then the center distance is different as well… 🤔
The text was updated successfully, but these errors were encountered: