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

Permit printing multiple labels without throwing away tape #59

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

Conversation

benzea
Copy link

@benzea benzea commented Jan 18, 2025

Maybe another solution for the problem from #37. It uses a different approach from what @kamnxt did, but it does seem to work well for me.

@benzea
Copy link
Author

benzea commented Jan 18, 2025

Hmm, maybe flowchart 44 suggests that this method will be slower when actually wanting to print a lot of labels? As we wait for the first job to finish before submitting the next one?

Then again, from the command line we pretty much do that anyway …

With the option, the label is not finalized and therefore not cut (as
the tape needs to be advanced by 24mm for cutting).
The cut command really just prints another empty label in chain mode.
However, it is not necessarily obvious that this is what one needs to
do, so adding a simple wrapper makes things simpler
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