-
-
Notifications
You must be signed in to change notification settings - Fork 42
Brother Driver
Michael R Sweet edited this page Mar 19, 2025
·
17 revisions
This page provides a place to discuss/plan the Brother driver in LPrint.
<n> is a single byte whose bits are:
| Bit | Description |
|---|---|
| 0 | 1 = draft printing, 0 = normal printing (PT-series) |
| 1 | Not used |
| 2 | 1 = half cut, 0 = full cut (PT-series) |
| 3 | 1 = cut at end, 0 = no cut |
| 4 | 1 = special tape being used, 0 = normal tape (PT-series) |
| 5 | Not used |
| 6 | 1 = high resolution, 0 = normal (see below) |
| 7 | 1 = don't clear expansion buffer, 0 = clear buffer (PT-series) |
PT-series notes:
- High resolution is 720x360dpi, normal resolution is 360dpi
QL-series notes:
- High resolution is 600dpi, normal resolution is 300dpi