ESC \ n1 n2 | Set Relative Horizontal Printing Position |
Set relative horizontal printing position | |
Hex: | (1B 5C n1 n2)H |
Decimal: | (27 92 n1 n2)D |
Octal: | (33 134 n1 n2)O |
The defined unit will be different according to print quality and PNS item in menu: Draft: move (n2 * 256 + n1)/120 inch from the current position
LQ: move (n2 * 256 + n1)/180 inch(ESC/P) or (n2 * 256 + n1) (horizontal unit/3600) inch (ESC/P 2) from the current position.
Note: If this command is received consecutively , the consecutive (n2 * 256 + n1) will be accumulated and sets the low 15 bits as valid movement parameter.