Skip to content
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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

CDaut
Copy link

@CDaut 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

@margau
Copy link
Collaborator

margau commented Jan 21, 2024

Hi, thanks for the MR! Can you remove the .idea and gitignore-changes from this MR?

Copy link
Collaborator

@margau margau left a 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.

@CDaut
Copy link
Author

CDaut commented Jul 11, 2024

.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
Copy link
Collaborator

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?

@margau margau mentioned this pull request Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants