diff --git a/README.md b/README.md index d9eae31..d685210 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Linux Software to print with LabelManager PnP from Dymo ### Experimental +* LabelManager PC * LabelPoint 350 * LabelManager 280 * LabelManager 420P diff --git a/src/dymoprint/constants.py b/src/dymoprint/constants.py index 942ed34..157310a 100755 --- a/src/dymoprint/constants.py +++ b/src/dymoprint/constants.py @@ -33,6 +33,7 @@ "report your experiences in https://github.com/computerlyrik/dymoprint/issues/44" ) SUPPORTED_PRODUCTS = { + 0x0011: "DYMO LabelMANAGER PC", 0x0015: "LabelPoint 350", 0x1001: "LabelManager PnP (no mode switch)", 0x1002: "LabelManager PnP (mode switch)",