python-epson-printer
python-epson-printer copied to clipboard
Slight left margin on printed images
Is there a way to get rid of the slight left-handed margin when printing images? I'd like to print full width if at all possible.
As far as I know, the margin should be equal on both sides of the image. Can you maybe send me a picture ?
Thank you for getting back to me. It's an odd problem. You should be able to see the differences in margins. The image I printed is exactly 512px wide. The whole image is shifted to the right, visible in the cut-off header and the second qr code. The hard-coded left margin is visible at the bottom of the image, where it says "Feeding paper 10 lines....". Hope this helps! oh, and please excuse the water-stain on the paper! :)
Is there a solution yet? I have the same Problem.
I fiddles around a little bit. In epsonprinter.py line 238 is xL (whatever that is) set to 46. I set it to zero and it seems to fix the problem. (sorry for fixing this way, i honestly don't know exactly how to patch your code or submit a patch to you)