mirror of
https://git.familie-radermacher.ch/linux/ptouch-print.git
synced 2025-12-17 21:35:21 +01:00
Fix chain print support for the D460BT family (thanks to Guilherme Espada)
This commit is contained in:
parent
b904e22cf1
commit
9a0ef8c7d6
3 changed files with 20 additions and 4 deletions
|
|
@ -109,6 +109,7 @@ int ptouch_finalize(ptouch_dev ptdev, int chain);
|
|||
int ptouch_getstatus(ptouch_dev ptdev);
|
||||
int ptouch_getmaxwidth(ptouch_dev ptdev);
|
||||
int ptouch_send_d460bt_magic(ptouch_dev ptdev);
|
||||
int ptouch_send_d460bt_chain(ptouch_dev ptdev);
|
||||
int ptouch_enable_packbits(ptouch_dev ptdev);
|
||||
int ptouch_info_cmd(ptouch_dev ptdev, int size_x);
|
||||
int ptouch_send_precut_cmd(ptouch_dev ptdev, int precut);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue