zplCloud

Printing

Label size and media - ^PW, ^LL, gaps and sensors

Getting the label size right is the foundation of reliable printing.

Label size and media - ^PW, ^LL, gaps and sensors

Getting the label size right is the foundation of reliable printing.

Width: ^PW

^PW600          ; 75 mm @ 203 dpi = 600 dots

The printer prints nothing outside the configured width.

Length: ^LL and media sensing

^LL400          ; 50 mm @ 203 dpi = 400 dots
^MNN            ; media type: N = gap/notch, C = continuous, M = mark
  • Gap/notch media (most labels): the printer detects the gap between labels.

^MNN.

  • Continuous media: no gaps; length comes from ^LL or the cutter.

^MNC.

  • Mark media (black marks on the back): ^MNM.

Calibration

^JUS            ; calibrate media + sensors

After calibration the printer knows the gap length and label length. If labels drift,

calibrate again - wrong sensor settings are the #1 cause of misaligned printing.

DPI - why it matters

DPIdots/mm60 mm labelreadable at
----------------------------------------
2038.0480 dotsnormal
30011.8709 dotsfine barcodes
60023.61417 dotsvery small text

The same design at a different DPI changes its physical size on the printer unless

you re-calculate all coordinates (the designer does this automatically via the

DPI setting).

Tips

  • The gap sensor position matters for edge-to-edge labels - check the printer manual.
  • If the last label of a batch is missing or cut wrong: check ^LL and the cutter mode.
  • Use the zplCloud DPI Calculator tab to convert sizes between mm, inches and dots.