kennetek / gridfinity-rebuilt-openscad

A ground-up rebuild of the stock gridfinity bins in OpenSCAD
Other
1.15k stars 166 forks source link

Erroneous geometry beyond body of 1u #46

Closed BenBreaksThings closed 1 year ago

BenBreaksThings commented 1 year ago

When creating a NxNx1 bin (not tested in lite or vase), there is a single line perimeter protrusion out of the bottom exterior that interferes with the exterior chamfer. Changing it from 1u to anything larger will eliminate the error. Screen Shot 2023-01-09 at 12 57 38 PM Screen Shot 2023-01-09 at 12 56 25 PM

Ruudjhuu commented 1 year ago

This artifact is due to the lip needing too more vertical space than the height of the bin. However, a bin of gridz =1 is useless, the height is like 1 mm taller than the base. For now your workaround would be to disable the lip and probably add 1 to gridz to make the bin usefull.

We can go forward with this artifact multiple ways here.