-
Notifications
You must be signed in to change notification settings - Fork 194
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
Exported bin height dimensions inaccurate #192
Comments
Almost certainly caused by the style_lip calculation. Try adjusting that field and looking at the results. I have some work in a personal branch to measure the resulting height, but am waiting on my current PRs to be reviewed/merged. |
@EmperorArthur if I understand you correctly, I should try adjusting the When I change the On a separate note, according to the specs, the bin 1x1x2 bin + lip is supposed 18.4. So what's actually correct, 17.8mm or 18.4mm? |
@GCheung55 What you're missing is that the spec expects a sharp edge at the lip. We fillet/radius the edge. Which, slightly reduces the bin height, but should not impact stacking. The values you see are hard-coded to produce the rounded edge. I have some experimental work to auto-calculate that rounding compared to the current hard-coded value. |
For reference, we discussed some of this in #197. @EmperorArthur Regarding to what you said about fillet/radius, then the code comment should be corrected to be 17.5515mm and not 17.8, and the other examples in the comments too, right? |
A bin for 1x1x2 Bin, with Zach's method, exports incorrect dimensions. I exported in 3MF and STL. The latest commit I'm pulling from is 36345f3.
Expected: ~41.5mm x ~41.5mm x ~17.8mm
Actual: ~41.5mm x ~41.5mm x ~17.5
Settings:
The text was updated successfully, but these errors were encountered: