summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Radermacher <dominic@familie-radermacher.ch>2021-05-22 11:58:05 +0200
committerDominic Radermacher <dominic@familie-radermacher.ch>2021-05-22 11:58:05 +0200
commit97657da3f490cfff15921dcde61ad52d5335d17c (patch)
treef7d92248fd8b0c30d8893e8a8eedff5b87b4bd54
parentadf01d4f636f1d58be461570869134c404bcdcb7 (diff)
add support for 3.5mm tapes
-rw-r--r--src/libptouch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libptouch.c b/src/libptouch.c
index ef1a7a5..440e195 100644
--- a/src/libptouch.c
+++ b/src/libptouch.c
@@ -34,6 +34,7 @@
/* Print area width in 180 DPI pixels */
struct _pt_tape_info tape_info[]= {
+ { 4, 24, 0.5}, /* 3.5 mm tape */
{ 6, 32, 1.0}, /* 6 mm tape */
{ 9, 52, 1.0}, /* 9 mm tape */
{12, 76, 2.0}, /* 12 mm tape */