pklaus / brother_ql_web

A Python-based web service to print labels on Brother QL label printers. Based on brother_ql: https://github.com/pklaus/brother_ql
GNU General Public License v3.0
254 stars 124 forks source link

Print Job returns success but the printer does not print the label #40

Closed adityar-git closed 2 years ago

adityar-git commented 2 years ago

Hi,

I am testing out this library with my label printer (Model: QL-820NWB) which is connected over Wifi. The library is able to detect the printer but when I try to send an image file with dimensions 696x1109, the job succeeds with message DEBUG:brother_ql.raster:raster_image_size: 720x1109. However, the printer throws an error Check the print data and try again. My current label size, inside my printer, is 62mm. I am able to print a 62mmx100mm image from P-touch editor.

Could you please let me know if there is something which I am missing here?