It affects labels for all 4 walls. This image is from gridfinity_sliding_lid.scad, starting with design defaults, then changing vertical chambers to 3 and label position to leftchamber.
Here's the same thing, but with label width set to 0.5.
And here with label width at 0.5 and label position at rightchamber (the mismatch becomes a gap instead of an overlap)
It looks like it doesn't account for the chamber separator thickness and maybe the label corner radius. I tried messing around with those factors a bit in modules_gridfinity_label.scad, but there seem to be some edge cases that still nudge one or more of the labels into the wrong position. Maybe the cup wall thickness is involved, too.
It affects labels for all 4 walls. This image is from
gridfinity_sliding_lid.scad, starting with design defaults, then changing vertical chambers to 3 and label position toleftchamber.Here's the same thing, but with label width set to 0.5.
And here with label width at 0.5 and label position at
rightchamber(the mismatch becomes a gap instead of an overlap)It looks like it doesn't account for the chamber separator thickness and maybe the label corner radius. I tried messing around with those factors a bit in
modules_gridfinity_label.scad, but there seem to be some edge cases that still nudge one or more of the labels into the wrong position. Maybe the cup wall thickness is involved, too.