1
0
mirror of https://git.familie-radermacher.ch/linux/ptouch-print.git synced 2025-05-13 23:32:59 +00:00

Add support for 6mm bands

Signed-off-by: Tobias Rueetschi <tobias.ruetschi@adfinis-sygroup.ch>
This commit is contained in:
Tobias Rueetschi 2016-04-19 09:36:36 +02:00
parent cb0d16fac8
commit 2108ddf15a

View File

@ -32,7 +32,8 @@
#define _(s) gettext(s) #define _(s) gettext(s)
struct _pt_tape_info tape_info[5]= { struct _pt_tape_info tape_info[6]= {
{6, 32}, /* 6mm tape is 32px wide? works for me ;-) */
{9, 52}, /* 9mm tape is 52px wide? works for me ;-) */ {9, 52}, /* 9mm tape is 52px wide? works for me ;-) */
{12,76}, /* and 76px work for me on a 12mm tape - maybe its only 64px */ {12,76}, /* and 76px work for me on a 12mm tape - maybe its only 64px */
{18,120}, {18,120},