function after printing or feeding the paper, feeds the paper to a manually cut position. when
issuing the next label, feeds the paper back to the first printing position.
format forward feed
[esc] u1; aaaa [lf] [nul]
reverse feed
[esc] u2; aaaa [lf] [nul]
term aaaa: feed value by which the paper is fed forward or backward.
0030 to 2000 (in 0.1 mm units)
(1) when the [feed] key is pressed on the printer, one label is fed, and then fed by the forward feed value automatically if the forward feed command has already been transmitted.
(2) the forward/reverse feed command is protected in memory (protected even if the power is turned off).
(3) the forward/reverse feed command is ignored in strip mode and cut issue mode.
(4) the forward/reverse feed command feeds the label without ribbon saving even if the ribbon saving issue is designated.
(5) the forward feed is performed at the speed designated in the issue command or feed command.
the reverse feed is performed at the speed of 3”/sec.
examples

10 print #1, esc$; ”t20c62”; lf$; nul$;
20 print #1, esc$; ”u1; 0120”; lf$; nul$;
cut manually.
30 print #1, esc$; ”u2; 0120”; lf$; nul$;
40 print #1, esc$; ”rc001; a”; lf$; nul$;
50 print #1, esc$; ”xs; i, 0003, 0002c6201”; lf$; nul$;
60 print #1, esc$; ”u1; 0120”; lf$; nul$;
cut manually.
70 print #1, esc$; ”u2; 0120”; lf$; nul$;
80 print #1, esc$; ”rc001; b”; lf$; nul$;
90 print #1, esc$; ”xs; i, 0001, 0002c6201”; lf$; nul$;
100 print #1, esc$; ”u1; 0120”; lf$; nul$;