summaryrefslogtreecommitdiff
path: root/src/xml/escp2/inputslots/pro_cutter_roll_feed.xml
blob: 1b4a51df83e9421a0a7f19fe4087350397159534 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0"?>

<gutenprint xmlns="http://gimp-print.sourceforge.net/xsd/gp.xsd-1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://gimp-print.sourceforge.net/xsd/gp.xsd-1.0 gutenprint.xsd">
<copyright>
 *   Copyright 2010 Lutz Sammer (johns98@gmx.net)
 *
 *   This program is free software; you can redistribute it and/or modify it
 *   under the terms of the GNU General Public License as published by the Free
 *   Software Foundation; either version 2 of the License, or (at your option)
 *   any later version.
 *
 *   This program is distributed in the hope that it will be useful, but
 *   WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 *   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 *   for more details.
 *
 *   You should have received a copy of the GNU General Public License
 *   along with this program; if not, write to the Free Software
 *   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
</copyright>
<escp2:InputSlots name="pro_cutter_roll_feed">

 <slot translate="text" name="Standard" text="Standard">
  <InitSequence>IR\002\000\003\001EX\006\000\000\000\000\000\005\000PP\003\000\000\001\377SN\003\000\000\204\000</InitSequence>
  <DeinitSequence>IR\002\000\000\002</DeinitSequence>
 </slot>

 <slot translate="text" name="Manual" text="Manual Feed">
  <InitSequence>IR\002\000\003\001EX\006\000\000\000\000\000\005\000PP\003\000\000\002\001SN\003\000\000\204\000</InitSequence>
  <DeinitSequence>IR\002\000\000\002</DeinitSequence>
 </slot>

 <slot translate="text" name="RollCutPage" text="Roll Feed (cut each page)">
  <RollFeed><CutAll/></RollFeed>
  <InitSequence>IR\002\000\000\003EX\006\000\000\000\000\000\005\000PP\003\000\000\003\001SN\003\000\000\204\000</InitSequence>
  <DeinitSequence>IR\002\000\000\002</DeinitSequence>
 </slot>

 <slot translate="text" name="RollCutSingle" text="Roll Feed (borderless with single cut)">
  <RollFeed><CutAll/></RollFeed>
  <InitSequence>IR\002\000\000\003EX\006\000\000\000\000\000\005\000PP\003\000\000\003\001SN\003\000\000\204\001</InitSequence>
  <DeinitSequence>IR\002\000\000\002</DeinitSequence>
 </slot>

 <slot translate="text" name="RollCutDouble" text="Roll Feed (borderless with double cut)">
  <RollFeed><CutAll/></RollFeed>
  <InitSequence>IR\002\000\000\003EX\006\000\000\000\000\000\005\000PP\003\000\000\003\001SN\003\000\000\204\002</InitSequence>
  <DeinitSequence>IR\002\000\000\002</DeinitSequence>
 </slot>

 <slot translate="text" name="RollCutNone" text="Roll Feed (do not cut)">
  <RollFeed><DontEject/></RollFeed>
  <InitSequence>IR\002\000\000\001EX\006\000\000\000\000\000\005\001PP\003\000\000\003\001SN\003\000\000\204\000</InitSequence>
  <DeinitSequence>IR\002\000\000\000</DeinitSequence>
 </slot>
</escp2:InputSlots>
</gutenprint>