Real-world testing (pagetest.sh) showed the printer's actual per-page line/column capacity didn't match what the A4-geometry math predicted, and the redundant blank second page was traced to the printer auto-advancing to a new page once content hits the bottom margin, with our own unconditional trailing form-feed then ejecting that already-started blank page on top of it. Replace PRINTER_CPI/PRINTER_LPI with directly-measured PRINTER_MAX_LINES/PRINTER_MAX_COLS in printer.conf (read via pagetest.sh), and have txt2printr.sh skip the trailing form-feed whenever the print job already reaches that line capacity. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> |
||
|---|---|---|
| .gitignore | ||
| archbaseos-guided-install.sh | ||
| ascii.conf | ||
| exec-cycle.sh | ||
| install-deps.sh | ||
| keybinds.conf | ||
| pagetest.sh | ||
| photobooth.py | ||
| printer.conf | ||
| txt2printr.sh | ||
| webcam.conf | ||
| webcam2ascii.sh | ||
| yay-installer.sh | ||