Hi @jefro
Quote:
Any way to adjust the feed of the paper to correct?
|
No
Quote:
I'd consider padding a space on left maybe??
|
see my final part of my original post... believe I have effectively tried that
Quote:
Also I don't know that model but some have to have parameters sent to it(configure it) each boot.
|
not that I know of and wasn't necessary on a LMDE2 unit
Quote:
Just to double check, is it connected via ethernet or serial/parallel?
|
USB
Quote:
When you print test print from printer (usually hold some button and power on) what does it print?
|
As far as I am aware no such option exists, can only do a CUPS test page and has same issue.
I used to use on a LMDE2 unit, which I still have, and remembered that occasionally I would have problem with the right hand edge not visible which seemed to be on longer (wider) prints and I got around it by just putting a load of spaces and then a number of full stops. So I would end up with what I wanted and the full stops did not appear. I've now twigged that in LMDE CUPS v1.7.5 the labels printed with the left hand edge first with no issue and the last part of label sometimes maybe always had this issue but my extra spaces and dots got around it. Whereas on Debian 10 CUPS 2.2.10 The labels are printing out the right hand edge (last part) of label first fine and it is the left hand edge that comes out last (i.e. rotated 180 degrees) and is missing the final 1-2mm.
So I now have two issues.
1. An issue that has seemingly always been there that the final part of data sent to this printer is being ignored or lost. It has nothing to do with location on label or margins, it is the data is lost.
2. Something between the two versions of CUPS or how configured by Mint/Debian has changed. Evident in two ways:
a. The old PPD from LMDE and various from web which both worked fine on LMDE, now has the height and width dimensions swapped, which I can only overcome by updating the PPD manually to swap them back.
b. The orientation seems to have swapped 180 degrees which has caused the bigger issue on this printer because I miss the beginning part of text of every line (as it is the final part of data sent to the printer.
I can get round when just sending text by either
Code:
lp -d SII_SLP100 -o orientation-requested=5 TestSLP100.txt
Or adding dots and spaces to start of each line of text file ...
BUT I can't use LibreOffice Writer because of the issues.