summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Dvořák <masca@masca.cz>2024-01-05 13:57:25 +0100
committerDominic Radermacher <dominic@familie-radermacher.ch>2024-01-05 16:18:31 +0100
commit935dd9a31b18158877f787dc17d01698826bd164 (patch)
treed37bd7347d4917a3704ab529068ced7463f014f4
parent06a8001bf4eb8904e848510df8414a58234296b5 (diff)
added PT-D410
-rw-r--r--src/libptouch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libptouch.c b/src/libptouch.c
index 4171fce..0991be6 100644
--- a/src/libptouch.c
+++ b/src/libptouch.c
@@ -69,6 +69,7 @@ struct _pt_dev_info ptdevs[] = {
{0x04f9, 0x2062, "PT-P750W", 128, 180, FLAG_RASTER_PACKBITS|FLAG_P700_INIT},
{0x04f9, 0x2064, "PT-P700 (PLite Mode)", 128, 180, FLAG_PLITE},
{0x04f9, 0x2065, "PT-P750W (PLite Mode)", 128, 180, FLAG_PLITE},
+ {0x04f9, 0x20df, "PT-D410", 128, 180, FLAG_USE_INFO_CMD|FLAG_HAS_PRECUT|FLAG_D460BT_MAGIC},
{0x04f9, 0x2073, "PT-D450", 128, 180, FLAG_USE_INFO_CMD},
/* Notes about the PT-D450: I'm unsure if print width really is 128px */
{0x04f9, 0x20e0, "PT-D460BT", 128, 180, FLAG_P700_INIT|FLAG_USE_INFO_CMD|FLAG_HAS_PRECUT|FLAG_D460BT_MAGIC},