mirror of
https://git.familie-radermacher.ch/linux/ptouch-print.git
synced 2025-05-14 15:52:55 +00:00
commit
0e11a69d27
21
.gitignore
vendored
21
.gitignore
vendored
@ -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
|
||||
|
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user