We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Another QoL feature: get label dimensions by RFID and prevent printing if image doesn't fit it, with an optional --force flag to ignore it.
--force
The text was updated successfully, but these errors were encountered:
I think the only way to get label dimensions is make request to print.niimbot.com
Example:
POST https://print.niimbot.com/api/template/getCloudTemplateByOneCode HTTP/1.1 Content-Type: application/json niimbot-user-agent: AppVersionName/999.0.0 { "oneCode" : "YOUR_LABEL_BARCODE" }
Sorry, something went wrong.
No branches or pull requests
Another QoL feature: get label dimensions by RFID and prevent printing if image doesn't fit it, with an optional
--force
flag to ignore it.The text was updated successfully, but these errors were encountered: