ostat / gridfinity_extended_openscad

Gridfinity Extended OpenSCAD Model
https://docs.ostat.com/docs/openscad/gridfinity-extended
MIT License
159 stars 17 forks source link

[BUG] Containers with labels don't stack properly #9

Closed Monniasza closed 7 months ago

Monniasza commented 7 months ago

If you stack another container on top of a container with a label, there is a gap between two containers, but there's no gap if a container is stacked on top of a spacer. Left: container on top of a labeled container. Right: container on top of a spacer. IMG_20240217_100803_crop

ostat commented 7 months ago

interesting, I think the fix would be to drop the label down a little. I can make it configurable. Do you have thoughts on what you think the default should be? 1mm?

ostat commented 7 months ago

Checking the bins I have printed, If I stack a height 2 on a height 3, it matches the a height 5 bin I have. One interesting thing is the top label is the same height as the divider, so if we need clearance on the label we also need it on the divider. I wonder if the issue is without the label or divider, the tolerance in in the lip is allowing the bit to sit too low.

Monniasza commented 7 months ago

@ostat The top of label should be about 0.2 mm below the bottom of the next bin when stacked.

ostat commented 7 months ago

Are you thinking just a relief cut in for the label (some labels are quite thick). Or dropping both the top of the label and dividers (as they are both on the same z plane).

Monniasza commented 7 months ago

I want to have adjustable height of the dividers.

ostat commented 7 months ago

I have added two new options,

Monniasza commented 7 months ago

The zClearance does nothing.