Product specifications

SLCS Programming Manual
Rev. 1.24
- 73 -
2-8-3 CUT (Auto-cutter Enable/Disable)
Description
Enable or Disable Auto-cut action after printing by ‘P’ command.
Syntax
CUTp1(,p2)
Parameters
p1 : Cutting Action Enable/Disable
y : Enable cutter to act after printing is finished.
n : Disable cutter.
p2 : Cutting Period
Cutting Period means the number of pages between two cuttings.
This command is not the cutting command itself but cutting enable/disable command.
Cutting is executed immediately after printing is finished by P command if the cutter
option is enabled by this CUT command.
Last page is always cut.
Example – p1(Cutter Enable/Disable)
Cutting is executed after Printing is finished
Cutting is not executed after Printing is
finished
T20…
B130…
BD…
CUTy
P1
T20…
B130…
BD…
CUTn
P1
Example – p2(Cutting Period)
CUTy // Cut every page
CUTy,1 // Cut every page
CUTy,2 // Cut every 2 pages
CUTy,4 // Cut every 4 pages