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

Error Printer Image #59

Open
desenvolvefacil opened this issue Apr 6, 2023 · 1 comment
Open

Error Printer Image #59

desenvolvefacil opened this issue Apr 6, 2023 · 1 comment

Comments

@desenvolvefacil
Copy link

It does not print an image, an error occurs and a completely wrong impression comes out.

@saper-2
Copy link

saper-2 commented Mar 29, 2024

I had problem with printing images too. You need to change in this line the number 576 to your printer head dots .

double multiplier = 576; // this depends on your printer model.

For e.g. I got Chinese (clone?) MPT-II , which have 48mm active print area (ribbon 57/58mm) and 384dots (203dpi), so I had to change this to 384.

I had created PR #70 that combine other PR and add ability to set printhead width.

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

No branches or pull requests

2 participants