computerlyrik/dymoprint

right margin broken in 1.4.0

tedder opened this issue · 6 comments

With 1.4.0 installed there's no right margin. I tried -a and -j and a few other things, but to repro all I have to do is install 1.3.1. It's a 12mm tape, simply calling it with one line:

dymoprint "FOO"

The label has no right margin, it simply cuts the tape at the end of the word. Let me know if you want pictures or anything else; I would've thought cf78767 was the fix for this, but then I assume you committed c19a65b for a reason. But installing from current head (ff26705) does not have a proper margin either:

$ pip3 install git+https://github.com/computerlyrik/dymoprint.git@master
...
$ dymoprint --version
dymoprint 1.4.0.post1.dev2+gff26705

Thanks for the detailed report @tedder. I can reproduce this issue.

@MooVx, could you please take a look when you get the chance?

BTW, my commit c19a65b is a refactoring. It doesn't change any behavior.

Nevermind, I got it.

Thanks!

I'm preparing a release...

v1.4.1 just came out