Commit Graph

2 Commits (447ee5467b0b9272de53fdd6c98620b2be3c1656)

Author SHA1 Message Date
Amir Alexander Abdelbaki 063626d150 add ruler mode to pagetest.sh for exact chars-per-line calibration
Repeating-digit and prefixed-number test lines make it hard to read
off exactly where a printer truncates a line. `./pagetest.sh ruler`
prints a single line marking every 10th column with its tens digit
and every 5th with '+', so the real cutoff column can be read directly
off the page instead of estimated.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-14 10:28:33 +02:00
Amir Alexander Abdelbaki 796b1c4830 add pagetest.sh: generate a page-break diagnostic printout
Numbered, fixed-width lines let us read a printer's actual page length
and line width limits straight off the paper, instead of guessing them
from A4 geometry - needed to nail down the real constants for the
PRINTER_A4 landscape math.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-14 09:47:14 +02:00