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;