The HL20 Monochrome Laser Printer model comes is some variants: HL-2030, HL-2040 and HL2070N.
More...
- Author
- Juergen Borleis
This driver creates wire data in the format PCL6 and should work on all of these variants:
- HL-2030: base model, USB interface only, GDI wire data only
- HL-2040: additionally IEEE 1284 interface, GDI wire data ony
- HL-2070N: additionally IEEE 1284 and network interface, GDI wire data and some built-in charsets
These variants have one paper tray and a manual feed. This driver supports the USB interface only.
Initial value:= {
{ .option =
"REGULAR", .description =
NLS_(
"Regular"), },
{ .option =
"THICK", .description =
NLS_(
"Thick 90g...105g"), },
{ .option =
"THICK2", .description =
NLS_(
"Thicker 105g...161g"), },
{ .option =
"TRANSPARENCY", .description =
NLS_(
"Transparency"), },
{ .option =
"THIN", .description =
NLS_(
"Thin 60g...70g"), },
{ .option =
"BOND", .description =
NLS_(
"Bond"), },
{ .option =
"ENVELOPES", .description =
NLS_(
"Envelope"), },
{ .option =
"ENVTHICK", .description =
NLS_(
"Thick envelope"), },
{ .option =
"ENVTHIN", .description =
NLS_(
"Thin envelope"), },
{ .option =
"RECYCLED", .description =
NLS_(
"Used"), },
}
#define NLS_(string)
National Language Support related.
Definition: libcapsbase-local.h:61
The printer can handle some various media differently. This list contains the known media types the printer firmware supports.
These are the names the printer "accepts" for the "\@PJL SET MEDIATYPE = <name>" command:
"REGULAR", "THICK", "THICK2", "TRANSPARENCY", "THIN", "BOND", "ENVELOPES", "ENVTHICK", "ENVTHIN", "RECYCLED"
These names are reported by the printer itself via '@PJL INFO VARIABLES' command.
- Note
- Checked with the HL-2030 printers only.
- Attention
- The "Regular" entry must be the first one in the list!