bitbank2 / Thermal_Printer

Arduino library to draw text and graphics on BLE thermal printers
Apache License 2.0
383 stars 54 forks source link

The paper doesn't advance enough at the end of the print run #62

Open lboue opened 8 months ago

lboue commented 8 months ago

Hello,

I'm facing an issue with my MX10 printer. The paper doesn't advance enough at the end of the print run and the printed text is hidden.

I've tried advancing the paper with the following commands, but nothing happens.

tpPrintLine("");

tpFeed(3); // Feed the paper forward 1-255 scan lines

Do you have any advice for me?

Regards

IMG_0527