From 3fa06b40d71ab4a2e71be3e4ff6aba7d115384d5 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Mon, 6 Jun 2016 02:04:18 -0500 Subject: [PATCH] Ahh that was my problem. At least now we can service inquiries! --- avr/send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/send.c b/avr/send.c index ff129dc..50793c6 100644 --- a/avr/send.c +++ b/avr/send.c @@ -193,11 +193,11 @@ int main() { case 2: { switch (c) { case TABBY_PRINTER_PACKET_INIT: - case TABBY_PRINTER_PACKET_JOB: case TABBY_PRINTER_PACKET_CANCEL: { sheet_offset = 0; } + case TABBY_PRINTER_PACKET_JOB: case TABBY_PRINTER_PACKET_DATA: case TABBY_PRINTER_PACKET_INQUIRY: { header.type = c;