BinaryKits.Zpl icon indicating copy to clipboard operation
BinaryKits.Zpl copied to clipboard

Fix missing data matrix quality parameter

Open mikelei8291 opened this issue 4 months ago • 1 comments

The quality parameter of the data matrix command was missing. This commit fix the issue.

As you can see in the code comment above, there is the mandatory quality parameter set to 200, which is the only valid value now.

Labelary documentation of the quality parameter:

quality: The level of error correction to apply. Valid values are 0 (ECC 0), 50 (ECC 50), 80 (ECC 80), 100 (ECC 100), 140 (ECC 140) and 200 (ECC 200). The default value is 0 (scan errors are detected but not corrected). Always use quality level 200 (ECC 200).

mikelei8291 avatar Oct 17 '24 21:10 mikelei8291