% !!$E+!!
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
Parameter Description
OFF Disable cutter function.
BATCH Set printer to cut label at the end of printing job.
Pieces Set number of printing labels per cut. 0<= pieces <=65535
Model Support
Example
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
TEXT 50,50,"3",0,1,1,"SET PARTIAL_CUTTER OFF"
PRINT 3
REM ***This program cuts once at the batch***
SET PARTIAL_CUTTER BATCH
CLS
TEXT 50,50,"3",0,1,1,"SET PARTIAL_CUTTER BATCH"
PRINT 3,2
REM ***This program cuts every label***
SET PARTIAL_CUTTER 1
CLS
TEXT 50,50,"3",0,1,1,"SET PARTIAL_CUTTER 1"
PRINT 3,2
REM ***This program cuts 2 label***
SET PARTIAL_CUTTER 2
CLS
TEXT 50,50,"3",0,1,1,"SET PARTIAL_CUTTER 2"
PRINT 3,2
See Also