function ejects (cuts) the label presently remaining between the head and the cutter and returns to the original position.
format [esc] ib [lf] [nul]
1. if no subsequent command is received from the pc for 3 seconds after ejection when dip sw1-5 is set to on (with the automatic forward feed standby), the printer automatically performs a 10-mm forward feed.
2. when the eject command is received in the forward feed standby state, the printer feeds the label in reverse to the original position and ejects it.
3. for notes, refer to the section regarding the issue command.
4. for ejecting the label having label pitch of 38 mm or less, refer to the section regarding the position fine adjustment.
examples

10 print #1, esc$; ”c”; lf$; nul$;
20 print #1, esc$; ”pc001; 0200, 01250, 1, 1, a, 00, b”; lf$; nul$;
30 print #1, esc$; ”rc001; a”; lf$; nul$;
40 print #1, esc$; ”xs; i, 0001, 0001c5201”; lf$; nul$;
50 print #1, esc$; ”rc001; b”; lf$; nul$;
60 print #1, esc$; ”xs; i, 0001, 0001c5201”; lf$; nul$;
70 print #1, esc$; ”rc001; c”; lf$; nul$;
80 print #1, esc$; ”xs; i, 0001, 0001c5201”; lf$; nul$;
90 print #1, esc$; ”ib”; lf$; nul$;