TSC AUTO ID Technology Co., Ltd. 175 Copyright 2013 All Rights Reserved.
SET PARTIAL_CUTTER
Description
This setting activates or deactivates the cutter and defines how many printed labels is to be cut at one
time. This setting will be saved in printer memory after turning off the power. This function prevents
label back feeding after a cut.
Syntax
SET PARTIAL_CUTTER OFF/BATCH/pieces
Set printer to cut label at the end of printing job.
Set number of printing labels per cut. 0<= pieces <=65535
Example
Sample code
REM **SET PARTIAL_CUTTER FUNCTION OFF EXAMPLE PROGRAM**
SIZE 3,1
GAP 0,0
DENSITY 8
SPEED 6
DIRECTION 0
REFERENCE 0,0
SET PARTIAL_CUTTER OFF
CLS