From 815aaf1992cfa25802851ce3ea32d86a5a32002c Mon Sep 17 00:00:00 2001 From: Dominic Radermacher Date: Sat, 16 Nov 2019 10:26:43 +0100 Subject: [PATCH] added support for PT-D600, thanks to Johannes Wegener for reporting --- src/libptouch.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libptouch.c b/src/libptouch.c index c3cce9c..6295062 100644 --- a/src/libptouch.c +++ b/src/libptouch.c @@ -62,6 +62,9 @@ struct _pt_dev_info ptdevs[] = { {0x04f9, 0x2064, "PT-P700 (PLite Mode)", 128, 180, FLAG_PLITE}, {0x04f9, 0x2073, "PT-D450", 128, 180, FLAG_RASTER_PACKBITS}, /* Notes about the PT-D450: I'm unsure if print width really is 128px */ + {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, 0x200d, "PT-3600", 384, 360, FLAG_RASTER_PACKBITS}, {0,0,"",0,0,0} };