pdewacht / brlaser

Brother laser printer driver
GNU General Public License v2.0
576 stars 108 forks source link

brlaser fails halfway for many images, brother driver succeeds (HL-2270DW) #199

Open za3k opened 5 months ago

za3k commented 5 months ago

Left printed sheet is with the Brother-provided driver. On the right is the output with brlaser. It looks like most image prints are being cut off after a few cm. Note that prints are shown right-side up, the actual printed image is just upside-down.

side_by_side

I'm on x86, Linux 6.7.0, arch linux, with CUPS version 2.4.7-2

Printing commands:

$ PRINTER=HL-2270DW_brother lp -o media=letter tmp/001.pdf
$ PRINTER=HL-2270DW_brlaser lp -o media=letter tmp/001.pdf

PDF I'm printing is: 001.pdf

Let me know if I can provide any additional info.