-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
Printing on generic A4 label paper #10
base: main
Are you sure you want to change the base?
Conversation
CDaut
commented
Dec 18, 2023
- Allows printing on generic A4 Label paper
- Allows specifying the test size of the ASNs next to the QR codes to facilitate better readability
Hi, thanks for the MR! Can you remove the .idea and gitignore-changes from this MR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code changes are looking good to me.
.idea and .gitignore changes should be reverted. |
@@ -96,6 +114,7 @@ def __init__(self, label, debug, | |||
self.across = data.labels_horizontal | |||
self.down = data.labels_vertical | |||
self.size = data.label_size | |||
self.textsize = data.textsize |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we define 2mm as default here? This makes it easier/backward compatible?