-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ZPL has a lot more bells and whistles when it comes to configuring printers, this adds more extension commands to support them. This PR does a few things: 1. Adds support for language-specific configs. This enables tracking and modifying settings unique to one language. 3. Adds the raw config and XML files from multiple printers in my collection for ZPL analysis and testing. 4. Fixes several issues related to host ident on weird machines. 5. Adds a bunch more discovered ZPL config lines. 2. Adds ZPL operations. * Graphing Sensor Calibration * Set power up / head close action * Set manual sensor calibration values
- Loading branch information
Showing
56 changed files
with
5,103 additions
and
543 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,6 +60,6 @@ | |
"vitest": "^2.1.6" | ||
}, | ||
"dependencies": { | ||
"web-device-mux": "^0.4.1" | ||
"web-device-mux": "^0.5.0" | ||
} | ||
} |
Oops, something went wrong.