summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Radermacher <blip@mockmoon-cybernetics.ch>2020-09-19 08:25:11 +0200
committerDominic Radermacher <blip@mockmoon-cybernetics.ch>2020-09-19 08:25:11 +0200
commit53f15661de74583d8023f69d3a5beb03e2757275 (patch)
tree5d23c44377c6c9a2384cf79859ebb3605e3ab189
parent4a6c15d32ee18579a89ab17422d5819025b291b5 (diff)
added PT-P710BT - thanks to Florian Bruhin for reporting
-rw-r--r--src/libptouch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libptouch.c b/src/libptouch.c
index 26e9a02..9f81d1c 100644
--- a/src/libptouch.c
+++ b/src/libptouch.c
@@ -73,6 +73,7 @@ struct _pt_dev_info ptdevs[] = {
/* PT-D600 was reported to work, but with some quirks (premature
cutting of tape, printing maximum of 73mm length) */
//{0x04f9, 0x200d, "PT-3600", 384, 360, FLAG_RASTER_PACKBITS},
+ {0x04f9, 0x20af, "PT-P710BT", 128, 180, FLAG_RASTER_PACKBITS},
{0,0,"",0,0,0}
};