This aids in reliability!
This commit is contained in:
parent
750985745d
commit
a804012291
1 changed files with 4 additions and 0 deletions
|
@ -67,6 +67,8 @@ int tabby_command_print(int argc, char **argv) {
|
|||
if (offset % TABBY_PRINTER_SHEET_SIZE == 0) {
|
||||
tabby_printer_band_finish(printer);
|
||||
|
||||
tabby_printer_job_wait(printer);
|
||||
|
||||
tabby_printer_job_start(printer, 1, 0x00, 0x00, 0x40);
|
||||
|
||||
tabby_printer_job_wait(printer);
|
||||
|
@ -76,6 +78,8 @@ int tabby_command_print(int argc, char **argv) {
|
|||
if (offset % TABBY_PRINTER_SHEET_SIZE) {
|
||||
tabby_printer_band_finish(printer);
|
||||
|
||||
tabby_printer_job_wait(printer);
|
||||
|
||||
tabby_printer_job_start(printer, 1, 0x00, 0x00, 0x40);
|
||||
|
||||
tabby_printer_job_wait(printer);
|
||||
|
|
Loading…
Add table
Reference in a new issue