What's the correct height of a bin + lip? #197
-
Assume that the bin is 1x1x2. So it.s 41.5mm x 41x5mm x 14mm.
Specs shows the lip should be 4.4, making the bin height 18.4mm. What's the correct bin height? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Will edit this when I am at my PC, and can look at the code. The spec assumes the lip ends at a sharp point. However, we radius the top of the lip, lowering the height slightly. I am the one who wrote the current profile code describing the lip based on that spec, and believe there is a picture included in the images folder which maps the lip to measurements in standard.scad |
Beta Was this translation helpful? Give feedback.
Looking into the issue some more, it does appear to be an issue with something in how the radius is applied to the
profile_wall
code. Verified by first fixing the issue with the base.Ignore it. I've done some basic testing by removing the chamfer completely and the lip was the expected 4.4mm height. The only consequence is the chamfer being slightly lower than it should be. However, as the first inner transition is not affected, bins will stack exactly as if the lip came to a sharp point.
Remember, …