1
0
mirror of https://git.familie-radermacher.ch/linux/ptouch-print.git synced 2025-05-14 15:52:55 +00:00

Merge pull request #2 from 2-B/master

Adding support for 6mm bands
This commit is contained in:
Dominic Radermacher 2016-04-19 20:44:36 +02:00
commit 0e11a69d27
2 changed files with 29 additions and 7 deletions

21
.gitignore vendored
View File

@ -13,3 +13,24 @@ Makefile.in
/config.h.in
/config.rpath
/config.sub
# C-Objects
*.o
# special directories
/po
/m4
src/.deps/
src/.dirstamp
# Log files
*.log
# Documents
ABOUT-NLS
AUTHORS
INSTALL
# Binaries
ptouch-gtk
ptouch-print

View File

@ -32,7 +32,8 @@
#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 ;-) */
{12,76}, /* and 76px work for me on a 12mm tape - maybe its only 64px */
{18,120},