summaryrefslogtreecommitdiff
path: root/src/xml/escp2/inputslots/pro_cutter_roll_feed.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/escp2/inputslots/pro_cutter_roll_feed.xml')
-rw-r--r--src/xml/escp2/inputslots/pro_cutter_roll_feed.xml59
1 files changed, 59 insertions, 0 deletions
diff --git a/src/xml/escp2/inputslots/pro_cutter_roll_feed.xml b/src/xml/escp2/inputslots/pro_cutter_roll_feed.xml
new file mode 100644
index 0000000..1b4a51d
--- /dev/null
+++ b/src/xml/escp2/inputslots/pro_cutter_roll_feed.xml
@@ -0,0 +1,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>