pdewacht / brlaser

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

MFC-8710 DW Works #50

Open ritobanrc opened 4 years ago

ritobanrc commented 4 years ago

Not much to say, it just works. I used the drv:///brlaser.drv/br7240.ppd driver.

% sudo lpinfo --include-schemes usb -l -v                                                                                                                     21:45:33

Device: uri = usb://Brother/MFC-8710DW?serial=U63088J3N536298
        class = direct
        info = Brother MFC-8710DW
        make-and-model = Brother MFC-8710DW
        device-id = MFG:Brother;CMD:PJL,PCL,PCLXL,URF;MDL:MFC-8710DW;CLS:PRINTER;CID:Brother Laser Type2;URF:W8,CP1,IS11-19-4,MT1-3-4-5-8-11,OB10,PQ4,RS300-600-1200,DM1;
        location =
ritobanrc commented 4 years ago

Actually, I've just realized double sided printing doesn't work. Is there a way to fix this?

pdewacht commented 4 years ago

Thanks, I'll add it in the next release.

The MFC-7240 doesn't have duplex support, so the option isn't enabled in that PPD file. Try using the MFC-7365DN PPD instead.

ritobanrc commented 4 years ago

Wonderful, that works perfectly.