-
Notifications
You must be signed in to change notification settings - Fork 53
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
Please simplify measurements #115
Comments
It's based on the Gridfinity spec: https://gridfinity.xyz Width/Length are in units of 42mm Height is in units of 7mm Believe this was done to better normalize the naming of files. A 252mm wide by 294mm long by 49mm bin would be 6x7x7 using the spec. 42 being the "magic number" has some legitimacy behind the reason but I feel it's mostly arbitrary but it's the status quo. You should reset your inputs and set height to 7 or give it a unit of 50 and a height of 1 if you want exactly 50. |
I think I read your answer about enough times to understand it, but I still don't. I mean... I understand what you're saying, but how or what do I calculate to get 50mm? I eventually worked around that by just creating a plane on the Grid, extrude a cube of 50mm and then slowly increased the height until it matched the cube. It worked, but it would have been much easier if one would get what one sets as a dimension. Still, thank you very much for commenting and explaining the way this mystery is intended to work. |
Hi, I'm sorry for the confusion, unfortunately there doesn't seem to be one size fits all option at the moment.
Here is how the math works there:
on this picture bins are put one on top of another with no clearance so there is some height on top. When bins are printed they don't interface that way and there will be certain shift depending on the print settings. The result may vary depending on printer and filament and might require extra slicing parameters calibration if higher precision is required. |
@Le0Michine I appreciate your time and effort to explain. I could follow your explanation after some reads but I'd say that non-maths people will generally see a big hurdle here. I for myself ended up creating a Gridfinity from scratch that works with parameters in order to be able to make changes whenever I want - something that is not possible with this add-on and drove me crazy. Other than that, it's a great addition. |
Gridfinity is a great addition to Fusion, but its a PITA to calculate overall dimensions.
If "Base width" and "Base length" are created in the given dimensions, why does "Bin height" not do the same?
I want the bin to be 50mm in height. If I put 50mm in there, I get 245.20mm of height.
After a lot of (trying to apply logic) I thought its maybe: "Bin height" x "Bin height, Z", so I tried 10mm (10mm x 5 = 50mm) but that also does not give me 50mm, instead 45.20mm.
Maybe its my lack of mathematical thinking, but i find this very frustrating...
If length gives me = lenght,
width = width,
height should do the same IMO.
The text was updated successfully, but these errors were encountered: