apple / cups

Apple CUPS Sources
https://www.cups.org
Apache License 2.0
1.94k stars 464 forks source link

USB Star Receipt Printers (TSP743) don't finish printing raw queue (solution inside) #5443

Closed markalston closed 5 years ago

markalston commented 5 years ago

Cups 2.4b4

Raw Queue USB Star Micronics receipt printers are failing to print the entire receipt and fail to cut the receipt at the end.

Tested that the cups saved job works fine when cat'ed directly to the /dev/usb/lp0 device but fail via lpr or lp.

Solved the issue by creating a /usr/share/cups/usb/starprinter file with

#Star receipt printer fixes
0x0519 0x0001 delay-close
michaelrsweet commented 5 years ago

OK, we'll add this to our quirks file....

michaelrsweet commented 5 years ago

[branch-2.2 944861cf8] Add USB quirk rule for Star printer (Issue #5443)

[master ffcecff2d] Add USB quirk rule for Star printer (Issue #5443)