pdewacht / brlaser

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

explicitly disable duplex in PCL #169

Open tomjnixon opened 1 year ago

tomjnixon commented 1 year ago

This seems to be required for the HL-L2350DW, and matches the behaviour of the official driver.

Without this, if duplex is disabled then the printer still duplexes, but every other page is garbled.

I haven't tested this on any other printers. I think this should be safe (it's a standard PCL code), but it might be worth testing against other printers.

I'm using @QORTEC's master branch, but that shouldn't make any difference as the only changes are printer definitions.

QORTEC commented 1 year ago

Thanks, I've pulled your code into my fork/pull request #92.

tomjnixon commented 1 year ago

Ace, thanks!