-
Notifications
You must be signed in to change notification settings - Fork 18
Add Cullenect v2 labels #14
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
Conversation
|
As per #7 (comment), the documented widths are correct, so |
The old name will still work.
|
I'd like to suggest two further additions to this is possible: 1 - Make it possible to supply the width both in MM and Gridfinity U's - while it is only occasion I do have some situations where I don't have a standard grid (either a partial unit at the end of a set that was sized using Gridfinity extended to fit a drawer that is not a multiple of 42mm or a non-standard grid-size). 2 - Ability to specify a height other than the standard 11mm (I've found with the bins generated I want my height to be 11.2 to get a snug fit) |
At the moment this is a bit awkwardly handled... some bases take u, some take mm. I could make the
There is a |
|
I'll merge this now and address those separately, they are good ideas for making this useful |
|
Yeah - that makes sense if you want to extend that functionality to the other base types (which again probably does make sense). Thanks for the great work on this. |
Currently following geometry as per download on https://makerworld.com/en/models/446624:
Edit: This is resolved
And not the geometry specified on https://github.com/CullenJWebb/Cullenect-Labels/blob/aab3dc1274e4addac05296cb42e7905df5af4c2d/README.md - there is an ambiguity on what size the label should be. The repo saysBut, the stl/Fusion 360 sources on Makerworld have the width as matching v1 of 36.4 mm. So, this is currently generating at 36.4 mm to match the actual download sources.Not done: Variable label width, because I don't know how to calculate that (e.g. should it have the .4mm offset or not). It will be simple to add when I know the answer here :)