From 53f15661de74583d8023f69d3a5beb03e2757275 Mon Sep 17 00:00:00 2001 From: Dominic Radermacher Date: Sat, 19 Sep 2020 08:25:11 +0200 Subject: [PATCH] added PT-P710BT - thanks to Florian Bruhin for reporting --- src/libptouch.c | 1 + 1 file changed, 1 insertion(+) 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} };