Thank you for providing this great library.
When I try to print the qr_code, the QRCode is broken (see above image)
I tried to remove "baos.write(CTL_LF);" in PrinterService.generateImageByteArrayOutputStream(..) (line 331). Everything work just fine. It is my printer issue or really a bug?
I think you refer to EscPos.setPrintingSize(EscPos.PRINTING_SIZE_58_MM);
My printer is 58MM and I tested set all 3 size but still get the same problem.
Thank you for providing this great library. When I try to print the qr_code, the QRCode is broken (see above image) I tried to remove "baos.write(CTL_LF);" in PrinterService.generateImageByteArrayOutputStream(..) (line 331). Everything work just fine. It is my printer issue or really a bug?