forked from michaelrsweet/lprint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lprint-zpl.h
29 lines (28 loc) · 1.07 KB
/
lprint-zpl.h
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
//
// ZPL driver table for LPrint, a Label Printer Application
//
// Copyright © 2019-2021 by Michael R Sweet.
//
// Licensed under Apache License v2.0. See the file "LICENSE" for more
// information.
//
{ "zpl_2inch-203dpi-dt", "Zebra ZPL 2-inch/203dpi/Direct-Thermal",
"", NULL },
{ "zpl_2inch-203dpi-tt", "Zebra ZPL 2-inch/203dpi/Thermal-Transfer",
"", NULL },
{ "zpl_2inch-300dpi-dt", "Zebra ZPL 2-inch/300dpi/Direct-Thermal",
"", NULL },
{ "zpl_2inch-300dpi-tt", "Zebra ZPL 2-inch/300dpi/Thermal-Transfer",
"", NULL },
{ "zpl_2inch-600dpi-tt", "Zebra ZPL 2-inch/600dpi/Thermal-Transfer",
"", NULL },
{ "zpl_4inch-203dpi-dt", "Zebra ZPL 4-inch/203dpi/Direct-Thermal",
"", NULL },
{ "zpl_4inch-203dpi-tt", "Zebra ZPL 4-inch/203dpi/Thermal-Transfer",
"", NULL },
{ "zpl_4inch-300dpi-dt", "Zebra ZPL 4-inch/300dpi/Direct-Thermal",
"", NULL },
{ "zpl_4inch-300dpi-tt", "Zebra ZPL 4-inch/300dpi/Thermal-Transfer",
"", NULL },
{ "zpl_4inch-600dpi-tt", "Zebra ZPL 4-inch/600dpi/Thermal-Transfer",
"", NULL },