Common Denominator / Buffer Explorer

Pick a candidate unit size on the slider. For each dimension, we’ll show how many whole units fit and the leftover “buffer.” Add more dimensions as needed.
Slider range
Total leftover @ current unit 0
Unit size (denominator): 1
Try dragging slowly to see how leftovers change Click “Auto from inputs” to set the slider range to a sensible maximum
Top fits in range (lowest total leftover across all dimensions)
Dimensions
Dimension Units fit Leftover Fill %
How it works

The slider represents a candidate unit size (your denominator). For each dimension D we compute:
units = floor(D / unit)
leftover = D - units * unit
We also sum all leftovers to find good fits in the selected range.

Suggestions

Use “Auto from inputs” to set a sensible slider max (based on the smallest non-zero dimension). Add or remove dimensions freely. Use “Top fits” or the Prev/Next buttons to hop among promising unit sizes.