Expand description
Printer profile definitions and validation for the ZPL toolchain.
Structs§
- Features
- Hardware feature flags for a printer profile.
- Media
- Media capability descriptors for a printer profile.
- Memory
- Memory and firmware information for a printer profile.
- Page
- Page/label dimension constraints for a printer profile.
- Profile
- A printer profile describing the capabilities and constraints of a specific Zebra label printer (or class of printers).
- Range
- A min/max range for numeric printer capabilities (e.g., speed, darkness).
Enums§
- Print
Method - Supported print method for media.
- Profile
Error - Errors that can occur when loading or validating a printer profile.
Functions§
- load_
profile_ from_ str - Load and validate a
Profilefrom a JSON string. - resolve_
gate - Resolve a gate string (e.g.,
"cutter","rfid") against aFeaturesstruct.