From 935dd9a31b18158877f787dc17d01698826bd164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Dvo=C5=99=C3=A1k?= Date: Fri, 5 Jan 2024 13:57:25 +0100 Subject: [PATCH] added PT-D410 --- src/libptouch.c | 1 + 1 file changed, 1 insertion(+) 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},