2 Commits
Author SHA1 Message Date
grabowski 3ac7cd243b Labels encode just the lamp ID
Internal inventory labels: the QR carries L#### only, which keeps it
at version 1 (large modules, reliable at 23 mm) and means scanning a
label at the station types the ID and lands directly in the
re-measure flow.
2026-07-09 18:16:13 +07:00
grabowski 719ddcf04a Print lamp ID labels on the Brother QL-820NWB
label_printer.py renders a DK-11221 23x23 mm label (QR code linking
to the lamp's buildfor.life page plus the ID) and sends it over the
network backend (brother-ql-next). The station prints two after each
successful measurement, one for the box and one for the lamp; printer
failures never lose a run, and any lamp can be reprinted with
uv run label_printer.py <ID>. Printer address via HPCS_LABEL_PRINTER
or --printer.
2026-07-09 18:15:01 +07:00