-
Notifications
You must be signed in to change notification settings - Fork 9
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
Support LabelManager 420P #62
Comments
Hey @dd1982! We have been trying to add support for smaller tapes, see #54 for discussion of some of the complications. I just created a new Labelle release (v1.2.3) that includes our new calibration procedure. In short all you need to do is upgrade to that and run labelle --sample-pattern 64 then take a photo and paste the photo into this issue. That will allow us to determine the offsets for your particular printer. Then if we switch you to the experimental branch from #54 you will hopefully be able to print. |
Ah, the print head is larger than I was expecting. Looks like 128 px. Could you please repeat with
And if you could do it for all tape sizes that would be super amazing!!! Thanks a lot! |
This is very helpful, thanks @dd1982!! Here is my interpretation of the results: The print head size is indeed 128. It would be great if another maintainer could verify my counting. |
Ah, very nice results with the And yes, there are some pretty major problems with the |
I got this error too, when working on a new labeler (Dymo LabelWriter 550). |
Yes, though it seems it's not perfectly aligned vertically with significantly more white space above the text than below it. Here's a label from the labeller on top which is more centered and two from the following labelle commands on the bottom; labelle --tape-size-mm 6 --style bold "Hello world" |
The simulator configuration is super weird. (Maybe it would make more sense if it were renamed the "fallback configuration"?) On the other hand for the GUI I don't understand why you would want to hide anything except for the print button when a printer isn't connected. As far as I can tell our abstract label specification doesn't depend on label width, so it seems reasonable to me to allow the user to specify the label before choosing a print config, and also to be able to preview how that specification would render on various widths.
Yes, thank you for pointing this out. We should indeed support custom offsets rather than assuming the label is centered on the print head. There is an open question of: for different instances of the same combination of "printer model" and "label width", how much variation is there in the offset? In other words, if someone else has a 420P with a 6mm tape, how close would I come to reproducing the same offsets we computed above? My feeling is +/- 1 px, but I don't have much data to back that up. |
For the GUI it is, it was a "solution" for the CLI test functions where you render to CLI output or an image.
I'm just wondering, as I see two labels (one good, one offset) if there were made on the same printer/tape. |
I have an issue with my 420P where it is seems to have a large margin at the top and it pushes the text off the bottom so I only see the top half of the text on the tape. This is for 12mm tape. When I changed the tape size to 19mm whilst having a 12nmm tape in it got better but it isn't right. Maybe it's a scaling issue? |
Just installed labelle and trying to use it with my LabelManager 420P with 6mm tape.
Running the following renders a label where I can see only the upper parts of the characters;
labelle "Hello world"
Running the following renders empty labels;
labelle --tape-size-mm 6 "Hello world"
labelle --test-pattern 1
What am I missing?
The text was updated successfully, but these errors were encountered: