Skip to content

Commit

Permalink
Implement experimental CPCL driver, drop old EPL1 and Intellitech PCL…
Browse files Browse the repository at this point in the history
… drivers (Intellitech is out of business)
  • Loading branch information
michaelrsweet committed Jan 17, 2024
1 parent 81122b8 commit 28e2d9c
Show file tree
Hide file tree
Showing 14 changed files with 323 additions and 581 deletions.
2 changes: 2 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ OBJS = \
lprint.o \
lprint-brother.o \
lprint-common.o \
lprint-cpcl.o \
lprint-dymo.o \
lprint-epl2.o \
lprint-sii.o \
Expand Down Expand Up @@ -193,6 +194,7 @@ resheaders:
$(OBJS) $(TESTOBJS): config.h lprint.h Makefile
lprint.o: \
lprint-brother.h \
lprint-cpcl.h \
lprint-dymo.h \
lprint-epl2.h \
lprint-sii.h \
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,10 @@ The following printers are currently supported:
- Zebra/Eltron EPL2 printers
- Zebra ZPL printers

Additional drivers for Brother PT/QL, Zebra CPCL, Zebra/Eltron EPL1, and
Intellitech Intellibar (PCL) printers can be enabled using the
`--enable-experimental` configure option, however they are untested and/or
not fully functional.

Others will be added as time and access to printers permits.
Additional drivers for Brother PT/QL and Zebra CPCL printers can be enabled
using the `--enable-experimental` configure option, however they are untested
and/or not fully functional. Other label printers will be added as time and
access to printers permits.


Standards
Expand Down
2 changes: 1 addition & 1 deletion lprint-brother.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Brother driver for LPrint, a Label Printer Application
// Experimental Brother driver for LPrint, a Label Printer Application
//
// Copyright © 2023-2024 by Michael R Sweet.
//
Expand Down
4 changes: 2 additions & 2 deletions lprint-brother.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Brother driver table for LPrint, a Label Printer Application
// Experimental Brother driver table for LPrint, a Label Printer Application
//
// Copyright © 2023 by Michael R Sweet.
// Copyright © 2023-2024 by Michael R Sweet.
//
// Licensed under Apache License v2.0. See the file "LICENSE" for more
// information.
Expand Down
Loading

0 comments on commit 28e2d9c

Please sign in to comment.