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} };