summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian J. Breunig <florian@my-flow.com>2024-01-02 21:54:57 +0100
committerDominic Radermacher <dominic@familie-radermacher.ch>2024-01-05 07:56:33 +0100
commit06a8001bf4eb8904e848510df8414a58234296b5 (patch)
tree7261aa134a630845c5e03d38d60a342ab771e54b
parent5fbd590f015679bfcf8e7d718f78aca441f93957 (diff)
added PT-D610BT
Signed-off-by: Florian J. Breunig <Florian.J.Breunig@my-flow.com>
-rw-r--r--src/libptouch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libptouch.c b/src/libptouch.c
index 6f9d73d..4171fce 100644
--- a/src/libptouch.c
+++ b/src/libptouch.c
@@ -75,6 +75,7 @@ struct _pt_dev_info ptdevs[] = {
{0x04f9, 0x2074, "PT-D600", 128, 180, FLAG_RASTER_PACKBITS},
/* PT-D600 was reported to work, but with some quirks (premature
cutting of tape, printing maximum of 73mm length) */
+ {0x04f9, 0x20e1, "PT-D610BT", 128, 180, FLAG_P700_INIT|FLAG_USE_INFO_CMD|FLAG_HAS_PRECUT|FLAG_D460BT_MAGIC},
//{0x04f9, 0x200d, "PT-3600", 384, 360, FLAG_RASTER_PACKBITS},
{0x04f9, 0x20af, "PT-P710BT", 128, 180, FLAG_RASTER_PACKBITS},
{0,0,"",0,0,0}