mirror of
https://github.com/pdewacht/brlaser
synced 2025-04-06 21:06:43 +02:00
Add hl-5370dw support
**Printer Entry**: ```` Device: uri = usb://Brother/HL-5370DW%20series?serial=C2J486800 class = direct info = Brother HL-5370DW series make-and-model = Brother HL-5370DW series device-id = MFG:Brother;CMD:PJL,PCL,PCLXL;MDL:HL-5370DW series;CLS:PRINTER; location = ```` **Verified**: - [x] test page printed - [x] tested 300dpi - [x] tested 600dpi - [x] tested 1200dpi - [x] texted simplex <!-- single-sided printing --> - [x] tested duplex <!-- if applicable --> **Additional notes**: Contrary to the other printers the duplex directive had to be set to normal to get correct duplex printing to work.
This commit is contained in:
parent
fed695c5e7
commit
0fc99bbf80
@ -46,6 +46,7 @@ This driver has been reported to work with these printers:
|
||||
* Brother HL-2280DW
|
||||
* Brother HL-5030 series
|
||||
* Brother HL-5040 series
|
||||
* Brother HL-5370DW series
|
||||
* Brother HL-L2300D series
|
||||
* Brother HL-L2305 series
|
||||
* Brother HL-L2310D series
|
||||
|
@ -363,6 +363,15 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10
|
||||
PCFileName "br5040.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "HL-5370DW series"
|
||||
Attribute "NickName" "" "Brother HL-5370DW series, $USING"
|
||||
Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,PCL,PCLXL;MDL:HL-5370DW series;CLS:PRINTER;"
|
||||
Resolution k 1 0 0 0 "300dpi/300 DPI"
|
||||
Duplex normal
|
||||
PCFileName "br5370d.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "HL-L2300D"
|
||||
Attribute "NickName" "" "Brother HL-L2300D series, $USING"
|
||||
|
Loading…
x
Reference in New Issue
Block a user